From 77a00ce1fb4ae2523e22b9b84ae09a0200502e38 Mon Sep 17 00:00:00 2001 From: Leo K Date: Tue, 5 Oct 2021 22:38:27 +0200 Subject: chore: various op cleanup (#12329) --- runtime/js/30_os.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/js/30_os.js') diff --git a/runtime/js/30_os.js b/runtime/js/30_os.js index f026940ca..15df6f554 100644 --- a/runtime/js/30_os.js +++ b/runtime/js/30_os.js @@ -49,7 +49,7 @@ } function setEnv(key, value) { - core.opSync("op_set_env", { key, value }); + core.opSync("op_set_env", key, value); } function getEnv(key) { -- cgit v1.2.3