Bug Fixing Project PPOB
This commit is contained in:
		| @@ -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); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user