Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m11s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m11s
This commit is contained in:
commit
2418c544e7
1 changed files with 1 additions and 1 deletions
|
|
@ -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(() => {})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue