mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
lint: 0 warnings left
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
export const makeMutex = () => {
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
let task = Promise.resolve() as Promise<any>
|
||||
|
||||
let taskTimeout: NodeJS.Timeout | undefined
|
||||
|
||||
Reference in New Issue
Block a user