chore(lint): removed extra spaces

This commit is contained in:
Alexis Tyler
2019-10-14 14:33:58 +10:30
parent 2f2fbc3f1e
commit aefce6eb01
+1 -1
View File
@@ -283,7 +283,7 @@ module.exports = function (
// Connected ws clients
const clients = new Map();
const { debug } = config;
const {debug} = config;
return {
introspection: debug,
playground: debug,