From e0944efdb494881e5918fa28e8218bba8e9036b5 Mon Sep 17 00:00:00 2001 From: bhaskar Date: Fri, 19 May 2023 14:33:17 +0530 Subject: [PATCH] change --- src/routes/createConnectionsRoute.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/createConnectionsRoute.js b/src/routes/createConnectionsRoute.js index 7acdc042..4ffe5499 100644 --- a/src/routes/createConnectionsRoute.js +++ b/src/routes/createConnectionsRoute.js @@ -123,7 +123,7 @@ module.exports = function (fastify, opts, next) { properties: { inputConnections: { type: "string", default: null }, input_type: { type: "string", default: null }, - inputismotor: { type: "boolean" }, + inputismotor: { type: "boolean"}, }, }, },