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

Commit 70acb0b

Browse files
committed
Lint
1 parent cdf572e commit 70acb0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ export default class AiPostHelperMenu extends Component {
4343
@tracked lastSelectedOption = null;
4444
@tracked isSavingFootnote = false;
4545
@tracked supportsAddFootnote = this.args.data.supportsFastEdit;
46-
@tracked channel =
46+
@tracked
47+
channel =
4748
`/discourse-ai/ai-helper/stream_suggestion/${this.args.data.quoteState.postId}`;
4849

4950
@tracked

0 commit comments

Comments
 (0)