Skip to content

Commit 124ff07

Browse files
committed
fix logs
1 parent 3c60f2c commit 124ff07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/workers/child.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ defmodule Mudan.Workers.User do
1010

1111
case starred(profile.github_token, repo_id) do
1212
false -> start(profile.github_token, profile.uid, repo_id)
13-
401 -> {:error, :bad_credentials}
13+
401 -> {:cancel, :bad_credentials}
1414
_ -> {:cancel, :already_starred}
1515
end
1616
end

0 commit comments

Comments
 (0)