Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
CubicrootXYZ committed Sep 2, 2023
1 parent adf3f39 commit 9880813
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ func (action *SetDailyReminderAction) Selector() *regexp.Regexp {

// HandleEvent is where the message event get's send to if it matches the Selector.
func (action *SetDailyReminderAction) HandleEvent(event *matrix.MessageEvent) {
// TODO test
dbMsg := mapping.MessageFromEvent(event)
dbMsg.Type = matrixdb.MessageTypeSetDailyReminder
_, err := action.matrixDB.NewMessage(dbMsg)
Expand Down

0 comments on commit 9880813

Please sign in to comment.