Skip to content

Commit

Permalink
Change error message
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanscottaudio committed Jun 14, 2023
1 parent 779bc52 commit 7d7ea38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/process-row.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,6 @@ export const processRow =
.replace("Cancel", "")
.toLowerCase();
await finish(
`was not signed up for (${notSignedUpReason}); will try to sign up again in 1 hour`
`was not signed up for (${notSignedUpReason}); will try to sign up again in 15 minutes`
);
};

0 comments on commit 7d7ea38

Please sign in to comment.