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

Commit 2345caf

Browse files
committed
lint
1 parent e0ae713 commit 2345caf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

assets/javascripts/discourse/components/ai-artifact.gjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ export default class AiArtifactComponent extends Component {
3737
}
3838

3939
get artifactUrl() {
40-
const url = getURL(`/discourse-ai/ai-bot/artifacts/${this.args.artifactId}`);
40+
const url = getURL(
41+
`/discourse-ai/ai-bot/artifacts/${this.args.artifactId}`
42+
);
4143

4244
if (this.args.artifactVersion) {
4345
return `${url}?version=${this.args.artifactVersion}`;

0 commit comments

Comments
 (0)