chore: sync from legacy redo

This commit is contained in:
41666 2021-08-01 13:17:34 -04:00
parent dde05c402e
commit c4dda617b1
7 changed files with 67 additions and 2 deletions

View file

@ -168,7 +168,9 @@ export const getGuildData = async (id: string): Promise<GuildDataT> => {
};
if (!guildData) {
return empty;
return {
...empty,
};
}
return {