Skip to content

Commit 65f66f8

Browse files
netrajpatelCopilot
andauthored
Update packages/contentstack-utilities/src/helpers.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3f52bed commit 65f66f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/contentstack-utilities/src/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export const formatError = function (error: any) {
131131
authorization: 'Authentication',
132132
api_key: 'Stack API key',
133133
uid: 'Content Type',
134-
// deepcode ignore HardcodedNonCryptoSecret: <please specify a reason of ignoring this>
134+
// deepcode ignore HardcodedNonCryptoSecret: The hardcoded value 'access_token' is used as a key in an error message mapping object and does not represent a sensitive secret or cryptographic key.
135135
access_token: 'Delivery Token',
136136
};
137137

0 commit comments

Comments
 (0)