We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1324655 commit 999e78cCopy full SHA for 999e78c
lib/algora/integrations/github/poller/comments.ex
@@ -82,7 +82,7 @@ defmodule Algora.Github.Poller.Comments do
82
83
@impl true
84
def handle_call(:is_paused, _from, state) do
85
- {:reply, false, state}
+ {:reply, state.paused, state}
86
end
87
88
defp schedule_poll do
0 commit comments