mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed typo
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user