Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Aug 16, 2024
1 parent 1ea2b83 commit 0f8e975
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/sidebars/directory/DirectorySideBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -196,15 +196,12 @@ export default {
method: 'GET',
},
)
.then((response) => {
.then(() => {
this.syncLoading = false
// eslint-disable-next-line no-console
console.log(response)
})
.catch((err) => {
this.error = err
this.loading = false
this.syncLoading = false
})
},
},
Expand Down

0 comments on commit 0f8e975

Please sign in to comment.