mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-28 17:44:58 +00:00
stylefix
This commit is contained in:
@@ -385,8 +385,6 @@ const store = createStore({
|
||||
body.phonenumber = payload.data.phonenumber;
|
||||
body.mobilenumber = payload.data.mobilenumber;
|
||||
body.gender = payload.data.gender;
|
||||
// let url = `/api/1.0/person/person/${id}.json`;
|
||||
// let mutation = 'updatePerson'
|
||||
} else if (payload.type === 'thirdparty') {
|
||||
body.name = payload.data.text;
|
||||
body.email = payload.data.email;
|
||||
|
Reference in New Issue
Block a user