Skip to content

Commit 9cb3730

Browse files
committed
fix sonar false positive
1 parent ab95af6 commit 9cb3730

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/query/paraWallet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const prodParaApiKey = process.env.NEXT_PUBLIC_PARA_API_KEY_PROD
1717

1818
const APP_NAME = 'ENS'
1919
const PARA_ENV: Environment = prodParaApiKey ? Environment.PROD : Environment.BETA
20-
const PARA_API_KEY = prodParaApiKey || 'de88c0d78a98dd9a3b11897893997b06'
20+
const PARA_API_KEY = prodParaApiKey || 'de88c0d78a98dd9a3b11897893997b06' // NOSONAR
2121

2222
const paraConstructorOpts: ConstructorOpts = {
2323
// Passkey Portal Branding

0 commit comments

Comments
 (0)