enable fetch post/delete socialIssues

This commit is contained in:
2021-05-21 18:58:57 +02:00
parent 21cc0007fb
commit 69ecc42055
2 changed files with 6 additions and 7 deletions

View File

@@ -150,7 +150,7 @@ const postResource = (id, payload, method) => {
*
*/
const postSocialIssue = (id, body, method) => {
console.log('api body and method', body, method);
//console.log('api body and method', body, method);
const url = `/api/1.0/person/accompanying-course/${id}/socialissue.json`;
return fetch(url, {
method: method,