Skip to content

Commit 3dcd344

Browse files
come-ncnextcloud-command
authored andcommitted
chore: remove unused imports
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent 41a7cc3 commit 3dcd344

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/user_ldap/src/services/ldapConfigService.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ import type { LDAPConfig } from '../models/index.ts'
1010
import axios, { type AxiosResponse } from '@nextcloud/axios'
1111
import { DialogSeverity, getDialogBuilder, showError, showSuccess } from '@nextcloud/dialogs'
1212
import { t } from '@nextcloud/l10n'
13-
import { generateOcsUrl, generateUrl } from '@nextcloud/router'
14-
import path from 'path'
13+
import { generateOcsUrl } from '@nextcloud/router'
1514
import logger from './logger.ts'
1615

1716
export type WizardAction

0 commit comments

Comments
 (0)