diff --git a/server/handlers/list_settings.js b/server/handlers/list_settings.js index deaacb75..6311da8b 100644 --- a/server/handlers/list_settings.js +++ b/server/handlers/list_settings.js @@ -19,7 +19,7 @@ function password(inp, coll, guid, offline, socket) { var result = { channel: { expected: "string", - got: inp.hasOwnProperty("channel") ? typeof(iinp.channel) : undefined, + got: inp.hasOwnProperty("channel") ? typeof(inp.channel) : undefined, }, password: { expected: "password",