Skip to content

Commit c544c28

Browse files
committed
comment
1 parent 1e8f976 commit c544c28

File tree

1 file changed

+1
-1
lines changed
  • src/routes/settings/(nav)/assistants/[assistantId]

1 file changed

+1
-1
lines changed

src/routes/settings/(nav)/assistants/[assistantId]/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
`<HF_SCRIPT src="${prefix}/assistant/${assistant?._id}/embed-snippet" defer></HF_SCRIPT>`.replaceAll(
3636
"HF_SCRIPT",
3737
"script"
38-
);
38+
); // replaceAll("HF_SCRIPT", "script") is needed to escape, otherwise svelte compiler breaks
3939
4040
let displayReportModal = false;
4141

0 commit comments

Comments
 (0)