@rpcbase/server 0.214.0 → 0.216.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/rts/index.js +0 -1
- package/src/models/User.js +4 -1
package/package.json
CHANGED
package/rts/index.js
CHANGED
|
@@ -306,7 +306,6 @@ const run_query = async(mongoose, socket_id, {model_name, query, query_key, opti
|
|
|
306
306
|
|
|
307
307
|
|
|
308
308
|
const remove_query = (socket_id, {model_name, query, query_key}) => {
|
|
309
|
-
// const query_key = JSON.stringify(query)
|
|
310
309
|
const sockets = _queries[model_name]?.[query_key]?.sockets || []
|
|
311
310
|
|
|
312
311
|
let new_sockets
|