Fixed typo

This commit is contained in:
Kasper Rynning-Tønnesen
2018-06-11 15:55:23 +02:00
parent 67ede75ff6
commit d879962465

View File

@@ -19,7 +19,7 @@ function password(inp, coll, guid, offline, socket) {
var result = { var result = {
channel: { channel: {
expected: "string", expected: "string",
got: inp.hasOwnProperty("channel") ? typeof(iinp.channel) : undefined, got: inp.hasOwnProperty("channel") ? typeof(inp.channel) : undefined,
}, },
password: { password: {
expected: "password", expected: "password",