diff --git a/playground/ty/src/Playground.tsx b/playground/ty/src/Playground.tsx index a04fe282ca..1b66cba7cf 100644 --- a/playground/ty/src/Playground.tsx +++ b/playground/ty/src/Playground.tsx @@ -52,7 +52,7 @@ export default function Playground() { const serialized = serializeFiles(files); if (serialized != null) { - await persist(serialized) + await persist(serialized); } }, [files]);