Skip to content

Commit

Permalink
add comma
Browse files Browse the repository at this point in the history
  • Loading branch information
shayki5 authored Sep 27, 2023
1 parent 18eb961 commit ad6df26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/sheets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export class GoogleSheetsStorage implements TransactionStorage {
GOOGLE_SERVICE_ACCOUNT_EMAIL: client_email,
// GOOGLE_SERVICE_ACCOUNT_PRIVATE_KEY: private_key,
} = process.env;
const private_key: process.env.GOOGLE_SERVICE_ACCOUNT_PRIVATE_KEY.split(String.raw`\n`).join('\n')
const private_key: process.env.GOOGLE_SERVICE_ACCOUNT_PRIVATE_KEY.split(String.raw`\n`).join('\n'),

// By default, try to automatically get credentials
// (maybe we're running in Google Cloud, who knows)
Expand Down

0 comments on commit ad6df26

Please sign in to comment.