Skip to content

Commit 4452117

Browse files
gianDiazM“gianDiazM”
and
“gianDiazM”
authored
clientKillMaxAge typo, replace MANAGE by MAXAGE (#2782)
Co-authored-by: “gianDiazM” <“[email protected]”>
1 parent 85d5bf4 commit 4452117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/lib/commands/CLIENT_KILL.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export type ClientKillSkipMe = CLIENT_KILL_FILTERS['SKIP_ME'] | (ClientKillFilte
4040
skipMe: boolean;
4141
});
4242

43-
export interface ClientKillMaxAge extends ClientKillFilterCommon<CLIENT_KILL_FILTERS['MANAGE']> {
43+
export interface ClientKillMaxAge extends ClientKillFilterCommon<CLIENT_KILL_FILTERS['MAXAGE']> {
4444
maxAge: number;
4545
}
4646

0 commit comments

Comments
 (0)