Skip to content

Commit

Permalink
SecurityProvider: rm TS as const
Browse files Browse the repository at this point in the history
  • Loading branch information
digiwand committed Jul 20, 2023
1 parent 04096b2 commit 5c11284
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: Readonly<SecurityProviderConfig> = {
tKeyName: 'blockaid',
url: 'https://blockaid.io/',
},
} as const;
};

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

0 comments on commit 5c11284

Please sign in to comment.