From 55693ec1b090505709085818402fca2d8b849b97 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Wed, 25 Aug 2021 10:24:02 -0400 Subject: [PATCH] fix: lint --- public/src/client/topic/threadTools.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/src/client/topic/threadTools.js b/public/src/client/topic/threadTools.js index b678c6f3cc..0dcf444c2a 100644 --- a/public/src/client/topic/threadTools.js +++ b/public/src/client/topic/threadTools.js @@ -61,7 +61,7 @@ define('forum/topic/threadTools', [ }) .catch(app.alertError); } - }) + }); }); // todo: should also use topicCommand, but no write api call exists for this yet