Skip to content

Commit

Permalink
Use correct module name in worker queue_job method
Browse files Browse the repository at this point in the history
  • Loading branch information
nburkley committed Oct 6, 2016
1 parent 01bd45e commit 857ac73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/workers/token_refresh_worker.ex
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defmodule EspiDni.TokenRefreshWorker do
end

def queue_job(team) do
EspiDni.UniqueQueue.enqueue_in(EspiDni.TokenManager, team, @fourty_five_minutes)
EspiDni.UniqueQueue.enqueue_in(EspiDni.TokenRefreshWorker, team, @fourty_five_minutes)
end

end

0 comments on commit 857ac73

Please sign in to comment.