From 553ff828521d49f2151fd52686a25f4e154e8b32 Mon Sep 17 00:00:00 2001 From: Shoham Elias Date: Wed, 10 Apr 2024 07:48:20 +0000 Subject: [PATCH] fix linter error --- node/src/Commands.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node/src/Commands.ts b/node/src/Commands.ts index d4d975a030..47f88c69eb 100644 --- a/node/src/Commands.ts +++ b/node/src/Commands.ts @@ -888,8 +888,8 @@ export type RangeByLex = SortedSetRange & { 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(