Skip to content

Commit

Permalink
fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
shohamazon committed Apr 10, 2024
1 parent 56de8ef commit 553ff82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node/src/Commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -888,8 +888,8 @@ export type RangeByLex = SortedSetRange<string> & { type: "byLex" };

/**
* Returns a string representation of a score boundary in Redis protocol format.
* @param score The score boundary object containing value and inclusivity information.
* @param isLex Indicates whether to return lexical representation for positive/negative infinity.
* @param score - The score boundary object containing value and inclusivity information.
* @param isLex - Indicates whether to return lexical representation for positive/negative infinity.
* @returns A string representation of the score boundary in Redis protocol format.
*/
function getScoreBoundaryArg(
Expand Down

0 comments on commit 553ff82

Please sign in to comment.