We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed66110 commit c4cb199Copy full SHA for c4cb199
src/utils/account.ts
@@ -126,10 +126,7 @@ export const getAccount = async (args: {
126
clientOptions: {
127
credentials: {
128
client_email: gcpApplicationCredentialEmail,
129
- // https://stackoverflow.com/questions/74131595/error-error1e08010cdecoder-routinesunsupported-with-google-auth-library
130
- private_key: gcpApplicationCredentialPrivateKey
131
- .split(String.raw`\n`)
132
- .join("\n"),
+ private_key: gcpApplicationCredentialPrivateKey,
133
},
134
135
});
0 commit comments