chore: upgrade moduleResolution to Node16 (#9269)
This commit is contained in:
@@ -289,7 +289,7 @@ export class InMemoryDistributedTransactionStorage
|
||||
}
|
||||
|
||||
async removeAll(): Promise<void> {
|
||||
for (const [key, job] of this.scheduled) {
|
||||
for (const [key] of this.scheduled) {
|
||||
await this.remove(key)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user