Use single quotes :P

This commit is contained in:
Michael Jackson
2018-12-17 09:38:05 -08:00
parent ada37035cd
commit 19b2e5574b
93 changed files with 792 additions and 791 deletions

View File

@ -1,7 +1,7 @@
const withToken = require("./withToken");
const withToken = require('./withToken');
function encodeBase64(token) {
return Buffer.from(token).toString("base64");
return Buffer.from(token).toString('base64');
}
function withAuthHeader(scopes, done) {