Skip to content

Commit 27d60cc

Browse files
committed
fix: remove commented code
1 parent a36ec0b commit 27d60cc

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

lib/opencov/subscribers/github_subscriber.ex

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,6 @@ defmodule Librecov.Subscriber.GithubSubscriber do
3939
end)
4040
end
4141

42-
# def process(%Event{topic: :pull_request_synced, data: payload}) do
43-
# with %{"after" => commit, "repository" => repo} <- payload,
44-
# %{"name" => repo, "owner" => %{"login" => owner}} <- repo do
45-
# Auth.with_auth_data(owner, repo, fn auth ->
46-
# Checks.create_check(auth, commit)
47-
# end)
48-
# end
49-
# end
50-
5142
def process(%Event{topic: :check_suite_requested, data: payload}) do
5243
Auth.with_auth_data(payload, fn auth ->
5344
Checks.create_check(auth, payload["check_suite"]["head_sha"])

0 commit comments

Comments
 (0)