diff --git a/apps/fxc-server/src/app/routes/meshbir.ts b/apps/fxc-server/src/app/routes/meshbir.ts index e842d431..59a59813 100644 --- a/apps/fxc-server/src/app/routes/meshbir.ts +++ b/apps/fxc-server/src/app/routes/meshbir.ts @@ -31,7 +31,7 @@ export function getMeshBirRouter(redis: Redis): Router { const pipeline = redis.pipeline(); pushListCap(pipeline, Keys.meshBirMsgQueue, [JSON.stringify(message)], MESHBIR_MAX_MSG, MESHBIR_MAX_MSG_SIZE); await pipeline.exec(); - return res.status(200); + return res.sendStatus(200); } catch (e) { console.error(e); return res.sendStatus(500); diff --git a/package.json b/package.json index e6c76cad..5c5681e3 100644 --- a/package.json +++ b/package.json @@ -3,9 +3,9 @@ "version": "2.2.0", "license": "MIT", "scripts": { - "dev": "nx run-many --target=serve --projects=fxc-front,fxc-server,airspaces --configuration=development", - "check": "npm run fixlint && nx format && nx run-many --targets=test,lint,build --parallel 8", - "fixlint": "nx run-many -t lint --fix --parallel 8" + "dev": "nx build secrets && nx run-many --target=serve --projects=fxc-front,fxc-server,airspaces --configuration=development", + "check": "npm run fixlint && nx format && nx run-many --targets=test,lint,build --parallel 6", + "fixlint": "nx run-many -t lint --fix --parallel 6" }, "nx": { "includedScripts": [