From e9fec9b22ff3882335c2aa0ae9fc9422435026d4 Mon Sep 17 00:00:00 2001 From: flarum-bot Date: Tue, 19 Jul 2022 18:26:37 +0000 Subject: [PATCH] Bundled output for commit 31a00eeb9574e7ed5ecb5e8e8ac9f6f75d2d4ff7 Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci] --- extensions/tags/js/dist-typings/@types/shims.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/tags/js/dist-typings/@types/shims.d.ts b/extensions/tags/js/dist-typings/@types/shims.d.ts index 38ea9cdaf..d6d711e8f 100644 --- a/extensions/tags/js/dist-typings/@types/shims.d.ts +++ b/extensions/tags/js/dist-typings/@types/shims.d.ts @@ -3,7 +3,7 @@ import type TagListState from '../forum/states/TagListState'; declare module 'flarum/forum/routes' { export interface ForumRoutes { - tag?: (tag: Tag) => string; + tag: (tag: Tag) => string; } }