Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
taylanisikdemir committed Nov 14, 2023
1 parent 24f746c commit 62eec96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion service/matching/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ func (reqCtx *handlerContext) handleErr(err error) error {
return nil
}

// TODO: remove this comment. Added to trigger a buildkite build
switch err.(type) {
case *types.InternalServiceError:
reqCtx.scope.IncCounter(metrics.CadenceFailuresPerTaskList)
Expand Down

0 comments on commit 62eec96

Please sign in to comment.