fixed test and accidental method override

This commit is contained in:
vabene1111
2025-06-05 16:22:30 +02:00
parent 6a43a01dd4
commit 8e1893a215
9 changed files with 85 additions and 1843 deletions

View File

@@ -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)