From dbde0e72a3893f5d634714af5202f0448cdab6a3 Mon Sep 17 00:00:00 2001 From: mahiro72 Date: Wed, 17 Dec 2025 02:22:41 +0900 Subject: [PATCH] fix; args and fmt --- playground/ruff/src/Editor/Chrome.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/ruff/src/Editor/Chrome.tsx b/playground/ruff/src/Editor/Chrome.tsx index 559ffedd5b..7c8cc9b4a0 100644 --- a/playground/ruff/src/Editor/Chrome.tsx +++ b/playground/ruff/src/Editor/Chrome.tsx @@ -22,7 +22,7 @@ export default function Chrome() { } try { - await persist(serialized); + await persist(settings, pythonSource); } catch (error) { // eslint-disable-next-line no-console console.error("Failed to share playground", error);