Skip to content

Commit

Permalink
✏️ Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
naelob committed May 23, 2024
1 parent d879f11 commit 1f611db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
16 changes: 0 additions & 16 deletions apps/embedded-catalog/react/src/hooks/queries/useLinkedUserId.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion apps/magic-link/src/hooks/queries/useLinkedUser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const useLinkedUser = (id: string) => {
if (!response.ok) {
throw new Error('Network response was not ok');
}
return response.json();
return response.json();
}
});
};
Expand Down

0 comments on commit 1f611db

Please sign in to comment.