From d8956ff34b765db4941868510d67e98efc766423 Mon Sep 17 00:00:00 2001 From: Finbar Date: Wed, 18 Dec 2024 16:14:48 -0500 Subject: [PATCH] fix lint --- actions/upload_image_to_imgur.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/upload_image_to_imgur.js b/actions/upload_image_to_imgur.js index a5d590a0..db16f11f 100644 --- a/actions/upload_image_to_imgur.js +++ b/actions/upload_image_to_imgur.js @@ -93,5 +93,5 @@ module.exports = { this.callNextAction(cache); }); }, - mod () {} + mod() {}, };