remove var creds from google sheets auth

This commit is contained in:
Keksike
2017-07-07 12:39:47 +03:00
parent 18e5855271
commit b6e690cf13

View File

@@ -17,7 +17,6 @@ function addNewMemberToSheets(name, email, residence, slackHandle) {
async.series([
function setAuth(step) {
console.log('Start Google Spreadsheed auth.');
var creds = require('../Koodiklinikka-f802649bba5e.json');
doc.useServiceAccountAuth(config.google.credentials, step);
},
function getInfoAndWorksheets(step) {