We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a06401 commit f0049b8Copy full SHA for f0049b8
src/api.ts
@@ -3,8 +3,8 @@
3
* SPDX-License-Identifier: AGPL-3.0-or-later
4
*/
5
6
+import type { AxiosRequestConfig, AxiosResponse } from '@nextcloud/axios'
7
import type { IAppSettings, INextcloud22LogEntry } from './interfaces'
-import type { AxiosRequestConfig, AxiosResponse } from 'axios'
8
9
import { generateUrl } from '@nextcloud/router'
10
import axios from '@nextcloud/axios'
src/store/logging.ts
@@ -3,7 +3,7 @@
-import type { AxiosError } from 'axios'
+import type { AxiosError } from '@nextcloud/axios'
import type { ILogEntry } from '../interfaces'
import { defineStore } from 'pinia'
0 commit comments