diff --git a/commands/edit-number/tax.js b/commands/edit-number/tax.js index 00ae0dcc..6a9d26ec 100644 --- a/commands/edit-number/tax.js +++ b/commands/edit-number/tax.js @@ -20,7 +20,7 @@ module.exports = class TaxCommand extends Command { key: 'amount', prompt: 'How much money should be converted?', type: 'float' - }, + } ] }); }