1
0
Fork 0
mirror of synced 2024-07-14 10:45:51 +12:00

Fix based on test cases.

This commit is contained in:
mike12345567 2023-02-24 19:04:40 +00:00
parent 8fb5168d56
commit 3e7c1d10cf

View file

@ -74,6 +74,6 @@ export default class AuditLogsProcessor implements EventProcessor {
}
shutdown(): void {
AuditLogsProcessor.auditLogQueue.close()
AuditLogsProcessor.auditLogQueue?.close()
}
}