mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-29 13:31:00 +00:00
Fixed issue where getting current-position returned update_required
This commit is contained in:
@@ -406,9 +406,8 @@ module.exports = function() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(coll == "" || coll == undefined || coll == null ||
|
if(!obj.hasOwnProperty("channel") || typeof(obj.channel) != "string" ||
|
||||||
!obj.hasOwnProperty("channel") || typeof(obj.channel) != "string" ||
|
!obj.hasOwnProperty("pass") || typeof(obj.pass) != "string") {
|
||||||
obj.hasOwnProperty("pass") || typeof(obj.pass) != "string") {
|
|
||||||
var result = {
|
var result = {
|
||||||
channel: {
|
channel: {
|
||||||
expected: "string",
|
expected: "string",
|
||||||
|
|||||||
Reference in New Issue
Block a user