From 19eb6aac3ca2da3148ac1da8e2362a0f32e9ec05 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Sun, 16 Jan 2022 09:09:21 -0500 Subject: [PATCH] fix(plugins/topics): no output --- source/plugins/topics/index.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/plugins/topics/index.mjs b/source/plugins/topics/index.mjs index e9a81fb1..8928c6dc 100644 --- a/source/plugins/topics/index.mjs +++ b/source/plugins/topics/index.mjs @@ -86,7 +86,7 @@ export default async function({login, data, imports, q, account}, {enabled = fal } //Results - return {mode, list:topics} + return {mode, type, list:topics} } //Handle errors catch (error) {