Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Oct 29, 2024
1 parent bd94d55 commit 8b8ae6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/create/CreateGuesser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const IntrospectedCreateGuesser = ({
mutationOptions,
transform,
redirectTo,
children: []
children: [],
});

const displayOverrideCode = useDisplayOverrideCode();
Expand Down
2 changes: 1 addition & 1 deletion src/edit/EditGuesser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const IntrospectedEditGuesser = ({
mutationOptions,
transform,
redirectTo,
children: []
children: [],
});
useMercureSubscription(resource, id);

Expand Down

0 comments on commit 8b8ae6c

Please sign in to comment.