@remult/server
Advanced tools
Comparing version 2.1.18 to 2.1.19
@@ -222,3 +222,3 @@ "use strict"; | ||
if (queue) { | ||
_this.bridge.queue.mapQueuedAction(url, what); | ||
_this.bridge.queue.mapQueuedAction(myUrl, what); | ||
} | ||
@@ -232,3 +232,3 @@ _this.app.route(myUrl).post(_this.process(function (req, res, orig) { return tslib_1.__awaiter(_this, void 0, void 0, function () { | ||
_a = {}; | ||
return [4 /*yield*/, this.bridge.queue.submitJob(url, req, orig.body)]; | ||
return [4 /*yield*/, this.bridge.queue.submitJob(myUrl, req, orig.body)]; | ||
case 1: | ||
@@ -235,0 +235,0 @@ r = (_a.queuedJobId = _b.sent(), |
{ | ||
"name": "@remult/server", | ||
"version": "2.1.18", | ||
"version": "2.1.19", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "Dependencies": { |
Sorry, the diff of this file is not supported yet
54496