From 0f6734fa61550f4c26f7755c7b3b7ce5bbef50f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferm=C3=ADn=20Gal=C3=A1n=20M=C3=A1rquez?= Date: Fri, 7 Jul 2023 11:49:41 +0200 Subject: [PATCH] FIX lint --- lib/plugins/orionUrls.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/plugins/orionUrls.js b/lib/plugins/orionUrls.js index 50ebf5e..58e374a 100644 --- a/lib/plugins/orionUrls.js +++ b/lib/plugins/orionUrls.js @@ -35,7 +35,8 @@ */ module.exports = [ /* Legacy NGSI operations (to be removed soon) */ - /* Note POST /(v1|ngsi10)/updateContext is not included here, as it is processed in an special way in orionPlugin.js */ + /* Note POST /(v1|ngsi10)/updateContext is not included here, + /* as it is processed in an special way in orionPlugin.js */ ['POST', /\/(v1|ngsi10)\/querycontext$/, 'read'], ['GET', /^\/v1\/contextentities\/.+\/attributes\/.+/, 'read'], ['PUT', /^\/v1\/contextentities\/.+/, 'update'],