ccp-features #7

Merged
m.lettere merged 11 commits from ccp-features into master 2023-06-21 15:58:18 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 0b32d8115b - Show all commits

View File

@ -202,7 +202,7 @@ class CCPMethodEditorController extends HTMLElement{
this.#boot.secureFetch(url, args).then(
(resp)=>{
if(resp.status === 201 || resp.status === 204){
return resp.text()
return resp.json()
}else throw "Error saving process: " + resp.status
}).then(data=>{
if(!this.#isupdate){