Skip to content

Commit

Permalink
chore: remove contacts, test defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-stumpf committed Nov 27, 2024
1 parent b0883dd commit e6e009d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const CreateGuildButton = () => {

const guild = {
...data,
contact: undefined,
};

return fetcher<Guild>(`${env.NEXT_PUBLIC_API}/guild`, {
Expand Down

0 comments on commit e6e009d

Please sign in to comment.