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 19, 2023
1 parent af59ada commit d8eb0f2
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 d8eb0f2

Please sign in to comment.