mirror of
https://github.com/bellingcat/datasheet-server.git
synced 2026-06-13 05:48:32 +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(err);
|
||||||
console.log(
|
console.log(
|
||||||
`ERROR: the server couldn't connect to all of the sheets you provided. Ensure you have granted access to ${
|
`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.`
|
} on ALL listed sheets.`
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user