mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
now i have to find id+method from payload
This commit is contained in:
@@ -178,8 +178,8 @@ let initPromise = getAccompanyingCourse(id)
|
||||
resolve();
|
||||
})).catch((error) => { commit('catchError', error) });
|
||||
},
|
||||
updateSocialIssues({ commit }, payload) {
|
||||
console.log('## action: payload', payload);
|
||||
updateSocialIssues({ commit }, { payload, body, method }) {
|
||||
console.log('## action: payload', { payload, body, method });
|
||||
|
||||
//postSocialIssue(id, body, method)
|
||||
//.then(response => new Promise((resolve, reject) => {
|
||||
|
Reference in New Issue
Block a user