Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Jan 8, 2024
1 parent 2c169a4 commit 89860fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gql/resolver_mods.go
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ func (r *queryResolver) ResolveModVersions(ctx context.Context, filter []*genera
}

func (r *queryResolver) GetModAssetList(ctx context.Context, modReference string) ([]string, error) {
wrapper, ctx := WrapQueryTrace(ctx, "getModAssetList")
wrapper, _ := WrapQueryTrace(ctx, "getModAssetList")
defer wrapper.end()

list := redis.GetModAssetList(modReference)
Expand Down

0 comments on commit 89860fa

Please sign in to comment.