From 540b3ff81e553b2807e8915c2c2d3156bdc196ab Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sat, 24 Feb 2024 09:32:19 +0000 Subject: [PATCH] Remove superfluous comma --- core/modules/commands/listen.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/commands/listen.js b/core/modules/commands/listen.js index 3c5f6a63a..ca6e6e076 100644 --- a/core/modules/commands/listen.js +++ b/core/modules/commands/listen.js @@ -18,7 +18,7 @@ exports.info = { name: "listen", synchronous: true, namedParameterMode: true, - mandatoryParameters: [], + mandatoryParameters: [] }; var Command = function(params,commander,callback) {