From d8799624658e21ba40727e773b95b7be27c1f79b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Mon, 11 Jun 2018 15:55:23 +0200 Subject: [PATCH] Fixed typo --- server/handlers/list_settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",