Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit ed13ca0

Browse files
fix: script for publish
1 parent 4506c67 commit ed13ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud/functions/src/request/utils/convert-deck-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ function getTemplateScripts(apiSlides: SlideAndTemplate[]) {
228228

229229
if (cdns !== undefined && cdns.length > 0) {
230230
const uniqueCdns: string[] = [...new Set(cdns)];
231-
return uniqueCdns.map((cdn: string) => `<script type="module" src="${cdn}" />`).join();
231+
return uniqueCdns.map((cdn: string) => `<script type="module" src="${cdn}"></script>`).join();
232232
}
233233

234234
return undefined;

0 commit comments

Comments
 (0)