From 0ee7ab268b335cf947714c34826cae4c80218401 Mon Sep 17 00:00:00 2001 From: enFranc Date: Mon, 5 Nov 2018 16:57:22 -0500 Subject: [PATCH] [FIX] use email as standalone variable --- src/initialize.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/initialize.js b/src/initialize.js index a2a4924..0159c31 100755 --- a/src/initialize.js +++ b/src/initialize.js @@ -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.` ); });