mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-06 14:48:02 -05:00
fixed test and accidental method override
This commit is contained in:
@@ -44,7 +44,7 @@ const syncLog = ref<undefined | SyncLog>(undefined)
|
||||
function performSync() {
|
||||
let api = new ApiApi()
|
||||
|
||||
api.apiSyncPerformUpdateCreate({id: props.sync.id!, sync: props.sync}).then(r => {
|
||||
api.apiSyncQuerySyncedFolderCreate({id: props.sync.id!, sync: props.sync}).then(r => {
|
||||
syncLog.value = r
|
||||
}).catch(err => {
|
||||
useMessageStore().addError(ErrorMessageType.UPDATE_ERROR, err)
|
||||
|
||||
Reference in New Issue
Block a user