1
0
Fork 0
mirror of synced 2024-08-13 09:01:40 +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 { shutdown(): void {
AuditLogsProcessor.auditLogQueue.close() AuditLogsProcessor.auditLogQueue?.close()
} }
} }