Skip to content

Commit

Permalink
Update src/main/java/com/lpvs/service/LPVSQueueService.java
Browse files Browse the repository at this point in the history
Co-authored-by: Oleg Kopysov <[email protected]>
Signed-off-by: m-rudyk <[email protected]>
  • Loading branch information
m-rudyk and o-kopysov authored Feb 15, 2024
1 parent 01950ae commit 048fe31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/lpvs/service/LPVSQueueService.java
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ public void processWebHook(LPVSQueue webhookConfig) {
delete(webhookConfig);
} else {
log.warn("Files are not found. Probably pull request is not exists.");
gitHubService.commentResults(webhookConfig, null, null, pullRequest);
throw new Exception(
"Files are not found. Probably pull request does not exist. Terminating.");
}
Expand Down

0 comments on commit 048fe31

Please sign in to comment.