mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 03:18:17 +00:00
fix
This commit is contained in:
@@ -15,5 +15,5 @@ export async function getGuild(guildId: string, counts = true) {
|
||||
with_counts: counts,
|
||||
});
|
||||
|
||||
return snakeKeysToCamelCase(result) as Guild;
|
||||
return snakeKeysToCamelCase<Guild>(result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user