Skip to content

Commit

Permalink
fixed lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mikalai-snap committed Dec 2, 2024
1 parent e2b8cf8 commit 73ce030
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Container.ts
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ export class Container<Services = {}> {
Token extends TokenType,
Tokens extends readonly ValidTokens<Services>[],
Params extends MapTokensToTypes<Services, Tokens>,
Service
Service,
>(
token: Token,
cls: {
Expand Down Expand Up @@ -487,7 +487,7 @@ export class Container<Services = {}> {
Token extends keyof Services,
Tokens extends readonly ValidTokens<Services>[],
Params extends MapTokensToTypes<Services, Tokens>,
Service
Service,
>(
token: Token,
cls: {
Expand Down

0 comments on commit 73ce030

Please sign in to comment.