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

Commit 5cd62c8

Browse files
committed
linting
1 parent 43a94f1 commit 5cd62c8

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
@@ -44,7 +44,8 @@ export default class AiPostHelperMenu extends Component {
4444
@tracked isSavingFootnote = false;
4545
@tracked supportsAddFootnote = this.args.data.supportsFastEdit;
4646
@tracked
47-
channel = `/discourse-ai/ai-helper/stream_suggestion/${this.args.data.quoteState.postId}`;
47+
channel =
48+
`/discourse-ai/ai-helper/stream_suggestion/${this.args.data.quoteState.postId}`;
4849

4950
@tracked
5051
smoothStreamer = new SmoothStreamer(

0 commit comments

Comments
 (0)