From 272fc5532a16172ffff08f6a1607c156673406cf Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sat, 13 Jan 2024 11:21:09 -0800 Subject: [PATCH] Allow updating weapon transcendence --- utils/api.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, {