From 73ce0303208e4eea35cd683782da3a1897c65286 Mon Sep 17 00:00:00 2001 From: Mikalai Silivonik Date: Mon, 2 Dec 2024 14:23:55 -0500 Subject: [PATCH] fixed lint issue --- src/Container.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Container.ts b/src/Container.ts index 9e58fc9..aeebbaa 100644 --- a/src/Container.ts +++ b/src/Container.ts @@ -421,7 +421,7 @@ export class Container { Token extends TokenType, Tokens extends readonly ValidTokens[], Params extends MapTokensToTypes, - Service + Service, >( token: Token, cls: { @@ -487,7 +487,7 @@ export class Container { Token extends keyof Services, Tokens extends readonly ValidTokens[], Params extends MapTokensToTypes, - Service + Service, >( token: Token, cls: {