From c714ea7e2d3e2e175b0f76724c9bdd33c805ada6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Fri, 30 Oct 2020 09:51:04 +0100 Subject: [PATCH] Make Ui/Article/MarkAllAsRead eslint clean --- .../files/ts/WoltLabSuite/Core/Ui/Article/MarkAllAsRead.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/ts/WoltLabSuite/Core/Ui/Article/MarkAllAsRead.ts b/wcfsetup/install/files/ts/WoltLabSuite/Core/Ui/Article/MarkAllAsRead.ts index a1c9df2d54..f0a561f8da 100644 --- a/wcfsetup/install/files/ts/WoltLabSuite/Core/Ui/Article/MarkAllAsRead.ts +++ b/wcfsetup/install/files/ts/WoltLabSuite/Core/Ui/Article/MarkAllAsRead.ts @@ -43,6 +43,6 @@ class UiArticleMarkAllAsRead implements AjaxCallbackObject { } } -export function init() { +export function init(): void { new UiArticleMarkAllAsRead(); } -- 2.20.1