From: Tim Düsterhus Date: Fri, 30 Oct 2020 08:51:04 +0000 (+0100) Subject: Make Ui/Article/MarkAllAsRead eslint clean X-Git-Tag: 5.4.0_Alpha_1~675 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c714ea7e2d3e2e175b0f76724c9bdd33c805ada6;p=GitHub%2FWoltLab%2FWCF.git Make Ui/Article/MarkAllAsRead eslint clean --- 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(); }