This commit is contained in:
@@ -134,6 +134,10 @@ export default {
|
||||
}
|
||||
},
|
||||
json(response) {
|
||||
if (response.status == 204) {
|
||||
//no content, nothing to process
|
||||
return response;
|
||||
}
|
||||
return response.json();
|
||||
},
|
||||
apiErrorToHumanString(apiError) {
|
||||
|
||||
Reference in New Issue
Block a user