Skip to content

Commit

Permalink
Remove unimportant todo
Browse files Browse the repository at this point in the history
  • Loading branch information
ansgarprause committed Apr 16, 2023
1 parent ad53d12 commit f2fbfaa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,6 @@ const handle: Handler = async (request) => {
repeating: event.recurrence
? repeatingFromRecurrence(event.recurrence, start)
: undefined,
// TODO:
// alarm: {
// desc: 'Write Rust NOW',
// advance: 30,
// },
};
return eventConfig;
});
Expand Down

0 comments on commit f2fbfaa

Please sign in to comment.