From 1d0a65db9304f074f69cacaddbe529cf3c054ffa Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Thu, 2 May 2024 22:14:17 +0200 Subject: fix: Do not import from `axios` but only `@nextcloud/axios` Signed-off-by: Ferdinand Thiessen --- apps/files_sharing/src/services/SharingService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files_sharing/src') diff --git a/apps/files_sharing/src/services/SharingService.ts b/apps/files_sharing/src/services/SharingService.ts index ad76879257f..119b008c64d 100644 --- a/apps/files_sharing/src/services/SharingService.ts +++ b/apps/files_sharing/src/services/SharingService.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: AGPL-3.0-or-later */ /* eslint-disable camelcase, n/no-extraneous-import */ -import type { AxiosPromise } from 'axios' +import type { AxiosPromise } from '@nextcloud/axios' import type { OCSResponse } from '@nextcloud/typings/ocs' import { Folder, File, type ContentsWithRoot, Permission } from '@nextcloud/files' -- cgit v1.2.3