diff --git a/backend/src/utils.ts b/backend/src/utils.ts index 19fc690c..5879cd1a 100644 --- a/backend/src/utils.ts +++ b/backend/src/utils.ts @@ -519,6 +519,9 @@ export async function findRelevantAuditLogEntry( return null; } + // FIXME: Temp hotfix + return null; + let auditLogs: GuildAuditLogs | null = null; try { auditLogs = await guild.fetchAuditLogs({ limit: 5, type: actionType });