We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a364230 + a690dc7 commit 9d85166Copy full SHA for 9d85166
backend/src/services/export.service.ts
@@ -3,7 +3,7 @@ import { google } from 'googleapis';
3
import { JWT } from 'google-auth-library';
4
5
const path = require('path');
6
-const keyFilePath = path.resolve(__dirname, '../utils/google_creditentials.json');
+const keyFilePath = path.resolve(__dirname, '../utils/google_credentials.json');
7
8
// Crée une instance JWT en utilisant la clé du service account
9
const jwtClient = new JWT({
0 commit comments