Skip to content

Commit

Permalink
SecurityProvider: use TS const assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
digiwand committed Jul 17, 2023
1 parent 3aea156 commit af32ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/constants/security-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const SECURITY_PROVIDER_CONFIG: SecurityProviderConfig = {
tKeyName: 'blockaid',
url: 'https://blockaid.io/',
},
};
} as const;

/**
* @typedef {object} SecurityProviderMessageSeverity
Expand Down

0 comments on commit af32ffc

Please sign in to comment.