Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Merge branch 'main' of https://github.com/PapillonApp/Papillon #2018

Merge branch 'main' of https://github.com/PapillonApp/Papillon

Merge branch 'main' of https://github.com/PapillonApp/Papillon #2018

Triggered via push March 31, 2025 20:24
Status Failure
Total duration 46s
Artifacts

checks.yml

on: push
🛠️ TypeScript and ESLint on Main
41s
🛠️ TypeScript and ESLint on Main
🛠️ TypeScript and ESLint on Pull Request
0s
🛠️ TypeScript and ESLint on Pull Request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
🛠️ TypeScript and ESLint on Main
Process completed with exit code 2.
🛠️ TypeScript and ESLint on Main: src/stores/account/index.ts#L273
Type '<A extends Account, T extends keyof A = keyof A>(localID: string, key: T, value: A[T]) => Account | undefined' is not assignable to type '<A extends Account, T extends keyof A = keyof A>(localID: string, key: T, value: A[T]) => Account | null'.
🛠️ TypeScript and ESLint on Main: src/stores/account/index.ts#L70
Type 'string | {} | Record<string, unknown> | SessionHandle | Skolengo | Multi | null | undefined' is not assignable to type 'string | null'.
🛠️ TypeScript and ESLint on Main: src/stores/account/index.ts#L59
Type 'string | boolean | {} | string[] | SkolengoAuthConfig | Partial<Identity> | { first: string; last: string; } | Partial<Personalization> | ... 16 more ... | undefined' is not assignable to type 'string | null'.