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