Skip to content

Commit

Permalink
Remove unnecessary ? operator
Browse files Browse the repository at this point in the history
  • Loading branch information
MajorLift committed Jan 24, 2024
1 parent 1405a53 commit 56813f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/assets-controllers/src/TokensController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ export class TokensController extends BaseControllerV1<
'NetworkController:getNetworkClientById',
networkClientId,
).provider
: this.config?.provider,
: this.config.provider,
);
}

Expand Down

0 comments on commit 56813f4

Please sign in to comment.