Bug Fixing Project PPOB

This commit is contained in:
2022-01-10 18:17:35 +07:00
parent e2f5cc91a0
commit b24ea23e3d
6 changed files with 59 additions and 35 deletions

View File

@@ -86,6 +86,7 @@ export class Membership {
async update(id, data) {
try {
const response = await http.put('/users/' + id).send(data);
console.log(data,"data dari store")
return response;
} catch (e) {
console.error(e);