From 85938042b3482d97423eea900ad6ae6c7b419e5b Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Tue, 30 Jun 2020 15:27:11 -0400 Subject: [PATCH] Fix --- commands/edit-image/squish.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/edit-image/squish.js b/commands/edit-image/squish.js index b6c28324..39b74758 100644 --- a/commands/edit-image/squish.js +++ b/commands/edit-image/squish.js @@ -60,4 +60,3 @@ module.exports = class SquishCommand extends Command { }); } }; -};