From a46b568746bbb68b41a8251d6a3bc6efaa233e84 Mon Sep 17 00:00:00 2001 From: mahiro72 Date: Wed, 17 Dec 2025 03:12:33 +0900 Subject: [PATCH] fix; lint --- playground/ty/src/Playground.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]);