fix TypeError: this.shortIds.split is not a function (#2507)

* fix TypeError: this.shortIds.split is not a function
This commit is contained in:
Dmitry Zhavoronkov
2024-09-02 17:02:15 +07:00
committed by GitHub
parent 2dc59a601c
commit 4494ffabb6
4 changed files with 160 additions and 160 deletions

View File

@@ -914,7 +914,7 @@ class RealityStreamSettings extends XrayCommonClass {
minClient = '',
maxClient = '',
maxTimediff = 0,
shortIds = RandomUtil.randomShortId(),
shortIds = RandomUtil.randomShortIds(),
settings = new RealityStreamSettings.Settings()
) {
super();