mirror of
https://github.com/bellingcat/datasheet-server.git
synced 2026-06-08 03:18:33 +03:00
[FIX] use email as standalone variable
This commit is contained in:
@@ -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.`
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user