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