Closed hishamhm closed 4 years ago
I cannot reproduce this easily, but I've had a crash in the logs caused by attempting to dereference self.lastQuery.expire when self.lastQuery was nil.
self.lastQuery.expire
self.lastQuery
nil
Patched it like this to match the coding style present in this module.
I cannot reproduce this easily, but I've had a crash in the logs caused by attempting to dereference
self.lastQuery.expire
whenself.lastQuery
wasnil
.Patched it like this to match the coding style present in this module.