Update models.js

This commit is contained in:
quydang 2023-09-25 17:19:45 +07:00 committed by GitHub
parent e93e4bd613
commit 2e0dd65f3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -197,7 +197,7 @@ class AllSetting {
this.subEncrypt = true;
this.subShowInfo = true;
this.timeLocation = "Asia/Tehran";
this.timeLocation = "Asia/Ho_Chi_Minh";
if (data == null) {
return
@ -208,4 +208,4 @@ class AllSetting {
equals(other) {
return ObjectUtil.equals(this, other);
}
}
}