Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mishig25 committed Sep 28, 2024
1 parent 1e8f976 commit c544c28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
`<HF_SCRIPT src="${prefix}/assistant/${assistant?._id}/embed-snippet" defer></HF_SCRIPT>`.replaceAll(
"HF_SCRIPT",
"script"
);
); // replaceAll("HF_SCRIPT", "script") is needed to escape, otherwise svelte compiler breaks
let displayReportModal = false;
Expand Down

0 comments on commit c544c28

Please sign in to comment.