Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JanAckermann committed Mar 14, 2022
1 parent 331c10e commit d5fef75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/web-app-files/src/services/folder.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Router, { Route } from 'vue-router'
import Router from 'vue-router'
import { useTask } from 'vue-concurrency'
import { useRouter, useClientService } from 'web-pkg/src/composables'
import { unref } from '@vue/composition-api'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { avatarUrl } from '../../../../src/helpers/user'
import { ImageDimension } from '../../../../src/constants'
import mockAxios from 'jest-mock-axios'
import { ClientService } from 'web-pkg/src/services'
import OwnCloud from 'owncloud-sdk'

beforeEach(() => {
mockAxios.reset()
Expand Down

0 comments on commit d5fef75

Please sign in to comment.