From f07d1cdd24927c5989f17fe5cd8e092d860a62f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Tue, 10 Jan 2023 18:17:16 -0500 Subject: [PATCH] refactor: remove unused helpers --- public/src/client/topic/posts.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/src/client/topic/posts.js b/public/src/client/topic/posts.js index 58f67be0e0..9a54996c81 100644 --- a/public/src/client/topic/posts.js +++ b/public/src/client/topic/posts.js @@ -10,8 +10,7 @@ define('forum/topic/posts', [ 'components', 'translator', 'hooks', - 'helpers', -], function (pagination, infinitescroll, postTools, images, navigator, components, translator, hooks, helpers) { +], function (pagination, infinitescroll, postTools, images, navigator, components, translator, hooks) { const Posts = { }; Posts.signaturesShown = {};