diff --git a/backend/src/utils.ts b/backend/src/utils.ts index a1ce91a2..7be56779 100644 --- a/backend/src/utils.ts +++ b/backend/src/utils.ts @@ -520,9 +520,6 @@ 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 });