mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
stylefix
This commit is contained in:
parent
4c31100dc7
commit
19a53ada88
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user