From 073f4d37dc5f0044f0b33a3c0fe83d3ee8618c1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Wed, 26 Apr 2023 17:41:53 -0400 Subject: [PATCH] lint: fix comma --- public/src/client/topic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/src/client/topic.js b/public/src/client/topic.js index 37dec50e10..cefe3900d1 100644 --- a/public/src/client/topic.js +++ b/public/src/client/topic.js @@ -21,7 +21,7 @@ define('forum/topic', [ infinitescroll, threadTools, postTools, events, posts, navigator, sort, quickreply, components, storage, hooks, api, alerts, - bootbox, clipboard, + bootbox, clipboard ) { const Topic = {}; let tid = 0;