Skip to content

Commit

Permalink
fix(locksmith): fixing email sending on new events
Browse files Browse the repository at this point in the history
  • Loading branch information
julien51 committed May 16, 2024
1 parent 864bfd7 commit 717cdba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locksmith/src/operations/eventOperations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,5 +224,5 @@ export const saveEvent = async (
await savedEvent.save()
}

return [savedEvent, !!parsed.data.slug]
return [savedEvent, !parsed.data.slug]
}

0 comments on commit 717cdba

Please sign in to comment.