mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 17:49:09 +00:00
chore: sync from legacy redo
This commit is contained in:
parent
dde05c402e
commit
c4dda617b1
7 changed files with 67 additions and 2 deletions
|
@ -168,7 +168,9 @@ export const getGuildData = async (id: string): Promise<GuildDataT> => {
|
|||
};
|
||||
|
||||
if (!guildData) {
|
||||
return empty;
|
||||
return {
|
||||
...empty,
|
||||
};
|
||||
}
|
||||
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue