fix arrays
This commit is contained in:
parent
115edb1456
commit
c3713fd018
@ -49,7 +49,11 @@ class SocketEventHandler {
|
||||
callbackMult?(nil)
|
||||
}
|
||||
} else {
|
||||
callback?(item)
|
||||
if items != nil {
|
||||
callback?(items)
|
||||
} else {
|
||||
callback?(item)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user