Skip to content

Commit 1afa2a5

Browse files
come-ncartonge
authored andcommitted
chore: remove unused imports
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> Signed-off-by: Louis Chmn <louis@chmn.me>
1 parent 00349e6 commit 1afa2a5

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
@@ -11,8 +11,7 @@ import type { LDAPConfig } from '../models/index.ts'
1111
import axios from '@nextcloud/axios'
1212
import { getDialogBuilder, showError, showSuccess } from '@nextcloud/dialogs'
1313
import { t } from '@nextcloud/l10n'
14-
import { generateOcsUrl, generateUrl } from '@nextcloud/router'
15-
import path from 'path'
14+
import { generateOcsUrl } from '@nextcloud/router'
1615
import logger from './logger.ts'
1716

1817
export type WizardAction

0 commit comments

Comments
 (0)