Skip to content

Commit 999e78c

Browse files
committed
fix: handle_call
1 parent 1324655 commit 999e78c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/algora/integrations/github/poller/comments.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ defmodule Algora.Github.Poller.Comments do
8282

8383
@impl true
8484
def handle_call(:is_paused, _from, state) do
85-
{:reply, false, state}
85+
{:reply, state.paused, state}
8686
end
8787

8888
defp schedule_poll do

0 commit comments

Comments
 (0)