Skip to content

Commit 9d85166

Browse files
authored
Merge pull request #5 from ungdev/prod
illétré
2 parents a364230 + a690dc7 commit 9d85166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/services/export.service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { google } from 'googleapis';
33
import { JWT } from 'google-auth-library';
44

55
const path = require('path');
6-
const keyFilePath = path.resolve(__dirname, '../utils/google_creditentials.json');
6+
const keyFilePath = path.resolve(__dirname, '../utils/google_credentials.json');
77

88
// Crée une instance JWT en utilisant la clé du service account
99
const jwtClient = new JWT({

0 commit comments

Comments
 (0)