Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Commit

Permalink
Add FIXME note
Browse files Browse the repository at this point in the history
  • Loading branch information
tylersamples committed Oct 31, 2018
1 parent 3e80d33 commit d016c52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/excourtbot/models/subscriber.ex
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ defmodule ExCourtbot.Subscriber do
end

def all_pending_notifications() do
# FIXME(ts): Figure out best way to determine timezone in this context.
today = Date.utc_today()
tomorrow = Date.add(today, 1)

Expand Down

0 comments on commit d016c52

Please sign in to comment.