[FIX] use email as standalone variable

This commit is contained in:
enFranc
2018-11-05 16:57:22 -05:00
committed by Lachlan Kermode
parent f52f1af752
commit 0ee7ab268b

View File

@@ -39,7 +39,7 @@ export default callback => {
console.log(err);
console.log(
`ERROR: the server couldn't connect to all of the sheets you provided. Ensure you have granted access to ${
serviceAccount.email
email
} on ALL listed sheets.`
);
});