Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
maksim.konovalov committed Jan 11, 2025
1 parent 90efe2b commit 03791eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api.go
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,7 @@ func (r *Router) RouterMapCallRWImpl(
args interface{},
opts CallOpts,
) (map[uuid.UUID]interface{}, error) {
// nolint:gosimple
return RouterMapCallRW[interface{}](r, ctx, fnc, args, RouterMapCallRWOptions{Timeout: opts.Timeout})
}

Expand Down

0 comments on commit 03791eb

Please sign in to comment.