From 4452117946faf53786d5fcb19b913f6bfa04fa88 Mon Sep 17 00:00:00 2001 From: gianDiazM Date: Mon, 1 Jul 2024 15:08:22 +0200 Subject: [PATCH] clientKillMaxAge typo, replace MANAGE by MAXAGE (#2782) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: “gianDiazM” <“gian.diaz.marquez@gmail.com”> --- packages/client/lib/commands/CLIENT_KILL.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/lib/commands/CLIENT_KILL.ts b/packages/client/lib/commands/CLIENT_KILL.ts index acf538f9a5..c5eb5304c5 100644 --- a/packages/client/lib/commands/CLIENT_KILL.ts +++ b/packages/client/lib/commands/CLIENT_KILL.ts @@ -40,7 +40,7 @@ export type ClientKillSkipMe = CLIENT_KILL_FILTERS['SKIP_ME'] | (ClientKillFilte skipMe: boolean; }); -export interface ClientKillMaxAge extends ClientKillFilterCommon { +export interface ClientKillMaxAge extends ClientKillFilterCommon { maxAge: number; }