diff --git a/utils/api.tsx b/utils/api.tsx index e5e01ca1..fc9c29ed 100644 --- a/utils/api.tsx +++ b/utils/api.tsx @@ -184,7 +184,7 @@ class Api { }) } - updateTranscendence(resource: 'character'|'summon', id: string, value: number) { + updateTranscendence(resource: 'character'|'summon'|'weapon', id: string, value: number) { const pluralized = resource + 's' const resourceUrl = `${this.url}/${pluralized}/update_uncap` return axios.post(resourceUrl, {