Skip to content

Commit

Permalink
goodbye debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
mel-thomas committed May 1, 2024
1 parent b0f1287 commit 6634b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/start.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const action = async ({ request }: ActionFunctionArgs) => {
);

const res = await raw.json();
debugger;

if (res.user_id && !existingUser) {
await createUser(email, res.user_id);
}
Expand Down

0 comments on commit 6634b2d

Please sign in to comment.