Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m11s

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-12-18 10:21:20 +07:00
commit 2418c544e7

View file

@ -376,7 +376,7 @@ function changeCardID(citizenId: string | number | null) {
if (citizenId != null && typeof citizenId == "string") {
if (citizenId.length == 13 && citizenId) {
http
.put(config.API.profileNewCitizenId(citizenId), {
.put(config.API.profileNewCitizenId(profileId.value), {
citizenId: citizenId,
})
.then(() => {})