Skip to content

Extract budget category related server handlers from main.ts to server/budget/app.ts #13701

Extract budget category related server handlers from main.ts to server/budget/app.ts

Extract budget category related server handlers from main.ts to server/budget/app.ts #13701

Triggered via pull request February 24, 2025 17:30
Status Failure
Total duration 1m 29s
Artifacts

check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
typecheck: packages/loot-core/src/server/models.ts#L89
Type '{ [k: string]: any; }' is missing the following properties from type 'DbCategory': id, name, is_income, cat_group, and 3 more.
typecheck: packages/loot-core/src/server/models.ts#L122
Type '{ [k: string]: any; }' is missing the following properties from type 'DbCategoryGroup': id, name, is_income, sort_order, and 2 more.
typecheck
Process completed with exit code 1.
test
Process completed with exit code 1.