Skip to content

Commit

Permalink
Remove unnecessary type assertion
Browse files Browse the repository at this point in the history
Signed-off-by: ZouidiSamih <[email protected]>
  • Loading branch information
ZouidiSamih committed Jan 22, 2025
1 parent aeb8e8c commit c1f75ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/legacy/core/App/container-impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export class MainContainer implements Container {
this._container.registerInstance(TOKENS.COMPONENT_RECORD, Record)
this._container.registerInstance(TOKENS.COMPONENT_CONTACT_LIST_ITEM, ContactListItem)
this._container.registerInstance(TOKENS.COMPONENT_CONTACT_DETAILS_CRED_LIST_ITEM, ContactCredentialListItem)
this._container.registerInstance(TOKENS.COMPONENT_CONNECTION_ALERT as any, ConnectionAlert)
this._container.registerInstance(TOKENS.COMPONENT_CONNECTION_ALERT, ConnectionAlert)
this._container.registerInstance(TOKENS.CACHE_CRED_DEFS, [])
this._container.registerInstance(TOKENS.CACHE_SCHEMAS, [])
this._container.registerInstance(TOKENS.INLINE_ERRORS, {
Expand Down

0 comments on commit c1f75ca

Please sign in to comment.