From 4494ffabb6e17dc760e3be2c2e357e2fa0c2eaa6 Mon Sep 17 00:00:00 2001 From: Dmitry Zhavoronkov Date: Mon, 2 Sep 2024 17:02:15 +0700 Subject: fix TypeError: this.shortIds.split is not a function (#2507) * fix TypeError: this.shortIds.split is not a function --- web/assets/js/model/xray.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/assets/js/model') diff --git a/web/assets/js/model/xray.js b/web/assets/js/model/xray.js index 80f2ac15..a225c993 100644 --- a/web/assets/js/model/xray.js +++ b/web/assets/js/model/xray.js @@ -914,7 +914,7 @@ class RealityStreamSettings extends XrayCommonClass { minClient = '', maxClient = '', maxTimediff = 0, - shortIds = RandomUtil.randomShortId(), + shortIds = RandomUtil.randomShortIds(), settings = new RealityStreamSettings.Settings() ) { super(); -- cgit v1.2.3