From d6bcdd8fff021e71a642382998306dfddf900683 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Legan=C3=A9s-Combarro=20=27piranna?= Date: Mon, 29 Jan 2024 20:54:02 +0100 Subject: [PATCH] Fix typo --- scripts/update.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update.js b/scripts/update.js index 8feff36..a975ee5 100755 --- a/scripts/update.js +++ b/scripts/update.js @@ -14,7 +14,7 @@ const options = {force: true, recursive: true} const repo = 'versatica/mediasoup' -const {argv: [,, version]} = process +const {argv: [,, version]} = process; (async function()