mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 03:18:17 +00:00
fix
This commit is contained in:
@@ -26,5 +26,5 @@ export async function getAuditLogs(
|
||||
}),
|
||||
);
|
||||
|
||||
return snakeKeysToCamelCase(result) as AuditLog;
|
||||
return snakeKeysToCamelCase<AuditLog>(result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user