Skip to content

Commit

Permalink
Remove linter warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mactep committed Dec 18, 2023
1 parent 974b327 commit 0fafa9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/events/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ It takes the following parameters:
It returns a pointer to the formatted message object and any error encountered.
if the match fails, nil is returned.
*/
func MatchTopicAndFormatsMessage[T interface{}](
ctx context.Context,
func MatchTopicAndFormatsMessage[T any](
_ context.Context,
decoder EventDecoder,
referenceTopic string,
topic string,
Expand Down

0 comments on commit 0fafa9e

Please sign in to comment.