From 5e30c0402fd59ff83d1269c237931cf5a61707a7 Mon Sep 17 00:00:00 2001 From: Vijay Kumar Date: Mon, 16 Apr 2018 13:54:12 +0530 Subject: [PATCH] fix if condition https://github.com/ApplaudSolutions/mbaas/issues/797 --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index 77a4af7..6e6a397 100644 --- a/index.js +++ b/index.js @@ -167,7 +167,6 @@ function mountSwagger(loopbackApplication, swaggerApp, opts) { var nonElasticOperationIds = ['.prototype.__get__model', '.prototype.__get__user', '.prototype.__get__tenant']; var nonElasticOperationId = nonElasticOperationIds.filter(opId => _.includes(result[newKey].get.operationId, opId))[0]; if (!nonElasticOperationId && _.endsWith(newKey, '/change-stream') && _.isArray(result[newKey].get.parameters) && _.findIndex(result[newKey].get.parameters, { name: 'getFrom', enum: ['elastic'] }) === -1) { - if (_.isArray(result[newKey].get.parameters) && _.findIndex(result[newKey].get.parameters, { name: 'getFrom', enum: ['elastic'] }) === -1) { result[newKey].get.parameters.push({ name: 'getFrom', in: 'query',