Skip to content

Commit

Permalink
Revert commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffGreiner-eaton committed Mar 22, 2024
1 parent 12b1a29 commit ac3743a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const ProjectRegistrationUIActions: () => RegistrationUIActions = () => (
requestRegistrationCode: async (email: string): Promise<string> => {
await sleep(800);
if (isRandomFailure()) {
// throw new Error('Sorry, there was a problem sending your request.');
throw new Error('Sorry, there was a problem sending your request.');
}
return 'a1b2c3';
},
Expand Down

0 comments on commit ac3743a

Please sign in to comment.