Skip to content

Commit 19eb6aa

Browse files
committed
fix(plugins/topics): no output
1 parent 1dc4176 commit 19eb6aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/plugins/topics/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export default async function({login, data, imports, q, account}, {enabled = fal
8686
}
8787

8888
//Results
89-
return {mode, list:topics}
89+
return {mode, type, list:topics}
9090
}
9191
//Handle errors
9292
catch (error) {

0 commit comments

Comments
 (0)