Skip to content

fix: Remove batching of merge delta changes, simplify code and remove unnecessary recursion #680

fix: Remove batching of merge delta changes, simplify code and remove unnecessary recursion

fix: Remove batching of merge delta changes, simplify code and remove unnecessary recursion #680

Triggered via pull request May 13, 2025 14:13
Status Failure
Total duration 48s
Artifacts

typecheck.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
lint: lib/storage/providers/MemoryOnlyProvider.ts#L77
Type '(key: any, _deltaChanges: any, preMergedValue: any) => Promise<void | QueryResult<QueryResultRow>>' is not assignable to type '<TKey extends string>(key: TKey, change: OnyxValue<TKey>) => Promise<void | BatchQueryResult | IDBValidKey>'.
lint: lib/storage/providers/MemoryOnlyProvider.ts#L77
Parameter 'key' implicitly has an 'any' type.
lint: lib/storage/providers/MemoryOnlyProvider.ts#L77
Parameter '_deltaChanges' implicitly has an 'any' type.
lint: lib/storage/providers/MemoryOnlyProvider.ts#L77
Parameter 'preMergedValue' implicitly has an 'any' type.
lint
Process completed with exit code 2.