Skip to content

Commit

Permalink
docs: change comment
Browse files Browse the repository at this point in the history
Co-authored-by: Tetrergeru <ArutunoffOleg@yandex.ru>
  • Loading branch information
AleksandrMatsko and Tetrergeru authored Nov 29, 2024
1 parent 455dfd7 commit 7e6648f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/handler/triggers.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ func triggerCheck(writer http.ResponseWriter, request *http.Request) {
case expression.ErrInvalidExpression, local.ErrParseExpr, local.ErrEvalExpr, local.ErrUnknownFunction:
// TODO: move ErrInvalidExpression to separate case

// Errors above are skipped because if there are error from local source then it will be caught in
// Errors above are skipped because if there is an error from local source then it will be caught in
// dto.TargetVerification and will be explained in detail.
case remote.ErrRemoteUnavailable:
errRsp := api.ErrorRemoteServerUnavailable(err)
Expand Down

0 comments on commit 7e6648f

Please sign in to comment.