Update uncap endpoint sets transcendence step to 0
Any uncap level update without transcendence will be 0, so this is fine since we update transcendence through the `update` API
This commit is contained in:
parent
8e459da328
commit
ae09f2434d
1 changed files with 2 additions and 1 deletions
|
|
@ -138,7 +138,8 @@ class Api {
|
|||
return axios.post(resourceUrl, {
|
||||
[resource]: {
|
||||
id: id,
|
||||
uncap_level: value
|
||||
uncap_level: value,
|
||||
transcendence_step: 0
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue