Fix eslint errors

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2022-11-07 20:22:45 +01:00
parent 5eb0091c35
commit ccf669bc85
8 changed files with 12 additions and 12 deletions

View File

@@ -79,7 +79,7 @@ import { mapGetters, mapState } from 'vuex'
import { getCurrentUser } from '@nextcloud/auth'
import { showError, showSuccess } from '@nextcloud/dialogs'
import { loadState } from '@nextcloud/initial-state'
import debounce from 'lodash/debounce'
import debounce from 'lodash/debounce.js'
export default {
name: 'SharingTabSidebar',