referrer get users: preparation

This commit is contained in:
2021-06-23 13:40:49 +02:00
parent 3e83891744
commit 6a8c96cdae
3 changed files with 9 additions and 9 deletions

View File

@@ -192,7 +192,7 @@ let initPromise = getAccompanyingCourse(id)
confirmAccompanyingCourse(id)
.then(response => new Promise((resolve, reject) => {
window.location.replace(`/fr/parcours/${id}`);
console.log('fetch resolve');
//console.log('fetch resolve');
commit('confirmAccompanyingCourse', response);
resolve();
})).catch((error) => { commit('catchError', error) });