mirror of
https://github.com/unraid/api.git
synced 2026-05-21 16:38:28 -05:00
chore(lint): removed extra spaces
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user