@logux/server
Advanced tools
Comparing version 0.12.0 to 0.12.1
@@ -191,10 +191,10 @@ const WITH_TIME = Symbol('WITH_TIME') | ||
async load(ctx, action, meta) { | ||
let since = action.since ? action.since.time : 0 | ||
let data = await operations.initial( | ||
ctx, | ||
action.filter, | ||
action.since, | ||
since, | ||
action, | ||
meta | ||
) | ||
let since = action.since ? action.since.time : 0 | ||
await Promise.all( | ||
@@ -201,0 +201,0 @@ data.map(async i => { |
{ | ||
"name": "@logux/server", | ||
"version": "0.12.0", | ||
"version": "0.12.1", | ||
"description": "Build own Logux server or make proxy between WebSocket and HTTP backend on any language", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
164645