Remove superfluous comma

This commit is contained in:
Jeremy Ruston 2024-02-24 09:32:19 +00:00
parent c9675092ed
commit 540b3ff81e
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ exports.info = {
name: "listen",
synchronous: true,
namedParameterMode: true,
mandatoryParameters: [],
mandatoryParameters: []
};
var Command = function(params,commander,callback) {