improve and clean socialIssues

This commit is contained in:
2021-05-21 19:47:39 +02:00
parent 3abfb02962
commit b403569b16
4 changed files with 12 additions and 31 deletions

View File

@@ -147,7 +147,7 @@ const postResource = (id, payload, method) => {
};
/*
*
* Endpoint to Add/remove SocialIssue
*/
const postSocialIssue = (id, body, method) => {
//console.log('api body and method', body, method);