Skip to content

Commit

Permalink
backend: fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bojand committed Oct 11, 2023
1 parent 566d3c3 commit 4f902ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/pkg/console/schema_registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ func (s *Service) GetSchemaRegistrySchemaReferencedBy(ctx context.Context, subje
ch <- SchemaReference{
Error: err.Error(),
}
return nil
return nil //nolint:nilerr // we communicate error via channel
}

usages := make([]SchemaUsage, len(subjectVersions))
Expand Down

0 comments on commit 4f902ae

Please sign in to comment.