Skip to content

Commit

Permalink
chore: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
AEPKILL committed Jun 29, 2024
1 parent c64d618 commit 77e6aa6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/classes/container.ts
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,6 @@ export class Container extends Registration implements IInternalContainer {
this
) as ResolveReturnType<T, Options>;
}

return null as any;
}

private _applyProviderResolve<T>(
Expand Down

0 comments on commit 77e6aa6

Please sign in to comment.