Merge pull request #12497 from Budibase/chore/fix-typing-conflicting-in-account-portal
[Chore] Remove conflicting typing
This commit is contained in:
commit
661735a3fd
|
@ -109,7 +109,7 @@ export async function doWithLock<T>(
|
|||
): Promise<RedlockExecution<T>> {
|
||||
const redlock = await getClient(opts.type, opts.customOptions)
|
||||
let lock: Redlock.Lock | undefined
|
||||
let timeout: NodeJS.Timeout | undefined
|
||||
let timeout
|
||||
try {
|
||||
const name = getLockName(opts)
|
||||
|
||||
|
|
Loading…
Reference in New Issue