Bump axios from 0.27.2 to 1.4.0 #6769
Annotations
6 errors
src/store/entities/clipFolders.ts#L37
Argument of type '(folderId: string, options?: AxiosRequestConfig<any> | undefined) => Promise<[AxiosResponse<ClipFolder, any>, boolean]>' is not assignable to parameter of type '(key: string) => Promise<[AxiosResponse<ClipFolder, any>, boolean]>'.
|
src/store/entities/groups.ts#L57
Argument of type '(groupId: string, options?: AxiosRequestConfig<any> | undefined) => Promise<[AxiosResponse<UserGroup, any>, boolean]>' is not assignable to parameter of type '(key: string) => Promise<[AxiosResponse<UserGroup, any>, boolean]>'.
|
src/store/entities/stampPalettes.ts#L43
Argument of type '(paletteId: string, options?: AxiosRequestConfig<any> | undefined) => Promise<[AxiosResponse<StampPalette, any>, boolean]>' is not assignable to parameter of type '(key: string) => Promise<[AxiosResponse<StampPalette, any>, boolean]>'.
|
src/store/entities/stamps.ts#L65
Argument of type '(stampId: string, options?: AxiosRequestConfig<any> | undefined) => Promise<[AxiosResponse<Stamp, any>, boolean]>' is not assignable to parameter of type '(key: string) => Promise<[AxiosResponse<Stamp, any>, boolean]>'.
|
src/store/entities/users.ts#L70
Argument of type '(userId: string, options?: AxiosRequestConfig<any> | undefined) => Promise<[AxiosResponse<UserDetail, any>, boolean]>' is not assignable to parameter of type '(key: string) => Promise<[AxiosResponse<User, any>, boolean]>'.
|
|
The logs for this run have expired and are no longer available.
Loading