Skip to content

Commit

Permalink
Update comment logic
Browse files Browse the repository at this point in the history
  • Loading branch information
drewlyton committed Aug 21, 2023
1 parent d1b9656 commit 53385e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/newsletter/webhook.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export async function action(args: ActionArgs) {
status: 200
}
);
// Send as test email if we're in preview mode or there is no sendAt date specified
// Send as test email if there is no sendAt date specified
const sendAsTest = !newsletter.sendAt;

if (!newsletter.sendGridDesignId) {
Expand Down

0 comments on commit 53385e4

Please sign in to comment.