diff options
author | Andrey Borysenko <andrey18106x@gmail.com> | 2024-10-24 16:30:52 +0300 |
---|---|---|
committer | Andrey Borysenko <andrey18106x@gmail.com> | 2024-10-30 20:36:58 +0200 |
commit | 6be8cbd16d49f584b6632eb6697cb3472958456a (patch) | |
tree | bd17b4bbfe959a2af34df7c5912030b778e7d906 /apps/settings/src/store | |
parent | cac5be534156f7367a52108e18ba04565d2c2009 (diff) | |
download | nextcloud-server-6be8cbd16d49f584b6632eb6697cb3472958456a.tar.gz nextcloud-server-6be8cbd16d49f584b6632eb6697cb3472958456a.zip |
fix(ci): fix eslint errors
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
Diffstat (limited to 'apps/settings/src/store')
-rw-r--r-- | apps/settings/src/store/app-api-store.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings/src/store/app-api-store.ts b/apps/settings/src/store/app-api-store.ts index b4ac7124189..3a7bd676a91 100644 --- a/apps/settings/src/store/app-api-store.ts +++ b/apps/settings/src/store/app-api-store.ts @@ -56,6 +56,7 @@ export const useAppApiStore = defineStore('app-api-apps', { }, actions: { + // eslint-disable-next-line @typescript-eslint/no-explicit-any appsApiFailure(error: any) { showError(t('settings', 'An error occurred during the request. Unable to proceed.') + '<br>' + error.error.response.data.data.message, { isHTML: true }) logger.error(error) |