Skip to content

Commit

Permalink
fix(core): unsupported browser getRootUrl import
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
  • Loading branch information
skjnldsv authored and nextcloud-command committed Jun 3, 2024
1 parent d9658af commit 6178a95
Show file tree
Hide file tree
Showing 41 changed files with 7 additions and 52,016 deletions.
5 changes: 4 additions & 1 deletion core/src/views/UnsupportedBrowser.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,11 @@
</template>

<script>
import { generateUrl } from '@nextcloud/router'
// eslint-disable-next-line n/no-extraneous-import
import { agents } from 'caniuse-lite/dist/unpacker/agents.js'

Check failure on line 52 in core/src/views/UnsupportedBrowser.vue

View workflow job for this annotation

GitHub Actions / NPM lint

'agents' is defined but never used
import { generateUrl, getRootUrl } from '@nextcloud/router'
import { translate as t, translatePlural as n } from '@nextcloud/l10n'

import NcButton from '@nextcloud/vue/dist/Components/NcButton.js'
import NcEmptyContent from '@nextcloud/vue/dist/Components/NcEmptyContent.js'
import Web from 'vue-material-design-icons/Web.vue'
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 6178a95

Please sign in to comment.