mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 03:18:17 +00:00
chore: deno fmt
This commit is contained in:
@@ -18,7 +18,8 @@ export async function getAuditLogs(
|
||||
? AuditLogs[options.action_type]
|
||||
: undefined,
|
||||
limit: options.limit && options.limit >= 1 && options.limit <= 100
|
||||
? options.limit : 50,
|
||||
? options.limit
|
||||
: 50,
|
||||
},
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user