Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 73b5f4e

Browse files
committed
id not used
1 parent 5cd62c8 commit 73b5f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/javascripts/discourse/components/ai-post-helper-menu.gjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export default class AiPostHelperMenu extends Component {
154154
subscribe() {
155155
this.messageBus.subscribe(
156156
this.channel,
157-
(data, id) => this._updateResult(data, id),
157+
(data) => this._updateResult(data),
158158
this.args.data.post
159159
.discourse_ai_helper_stream_suggestion_last_message_bus_id
160160
);

0 commit comments

Comments
 (0)