Skip to content

Commit

Permalink
Removed debug
Browse files Browse the repository at this point in the history
  • Loading branch information
fmterrorf committed Aug 2, 2023
1 parent 268ea37 commit eb38b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/funbunn/subreddit_worker.ex
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defmodule Funbunn.SubredditWorker do
def init(subreddit) do
Logger.info("Starting #{__MODULE__} for #{subreddit}")
send(self(), :poll)
{:ok, {subreddit, DateTime.utc_now() |> DateTime.add(-60 * 5, :minute)}}
{:ok, {subreddit, DateTime.utc_now()}}
end

@impl true
Expand Down

0 comments on commit eb38b6b

Please sign in to comment.