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,4 +1,4 @@
const AuthAPI = require("../AuthAPI");
const AuthAPI = require('../AuthAPI');
const defaultScopes = {
blacklist: {
@ -15,7 +15,7 @@ function createAuth(req, res) {
console.error(error);
res.status(500).send({
error: "Unable to generate auth token"
error: 'Unable to generate auth token'
});
}
);