Skip to content

Commit

Permalink
Minor fix, from linter
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Aug 3, 2022
1 parent fd90518 commit 1346671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hash.go
Expand Up @@ -66,7 +66,7 @@ func HashMapGet(ctx context.Context, client *Client, hashName string, keys ...in
return nil, err
}
defer client.CloseConnection(conn)
return HashMapGetRaw(conn, hashName, keys)
return HashMapGetRaw(conn, hashName, keys...)
}

// HashMapGetRaw gets values from a hash map for corresponding keys
Expand Down

0 comments on commit 1346671

Please sign in to comment.