Skip to content

Commit

Permalink
fix: int error.
Browse files Browse the repository at this point in the history
  • Loading branch information
kehiy committed Jan 14, 2025
1 parent a21954c commit e352548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion delivery/websocket/task_scheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func (s *Server) checkExpiration() { //nolint
continue
}

// lint error is g115 gosec rule. this rule is broken.
// lint error is g115 gosec rule. this rule is broken.
// see: https://github.com/securego/gosec/issues/1288
if err := s.handler.DeleteByID(data[0],
types.Kind(kind)); err != nil { //nolint
Expand Down

0 comments on commit e352548

Please sign in to comment.