Skip to content

Commit 8cef30d

Browse files
dependabot[bot]susnux
authored andcommitted
refactor: use @nextcloud/paths instead of NodeJS path
Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent 6bb6f6a commit 8cef30d

File tree

3 files changed

+51
-244
lines changed

3 files changed

+51
-244
lines changed

lib/filepicker-builder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import type { IFilePickerButton, IFilePickerButtonFactory, IFilePickerCanPick, IFilePickerFilter } from './components/types'
77
import type { Node } from '@nextcloud/files'
88

9-
import { basename } from 'path'
9+
import { basename } from '@nextcloud/paths'
1010
import { spawnDialog } from '@nextcloud/vue/functions/dialog'
1111
import { n, t } from './utils/l10n'
1212

0 commit comments

Comments
 (0)