mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-23 15:19:41 +02:00
fixed backup bug + removed console.logs
This commit is contained in:
parent
b8f7b58da3
commit
1559b015af
8 changed files with 56 additions and 10 deletions
|
@ -12,7 +12,6 @@ export default {
|
|||
async migrateChowdown(repoURL) {
|
||||
let postBody = { url: repoURL };
|
||||
let response = await apiReq.post(migrationURLs.chowdownURL, postBody);
|
||||
console.log(response);
|
||||
store.dispatch("requestRecentRecipes");
|
||||
return response.data;
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue