Skip to content

Commit

Permalink
Make ynab5.Payee transfer_acct nullable
Browse files Browse the repository at this point in the history
as this fits with established usages
  • Loading branch information
Marethyu1 committed Nov 4, 2023
1 parent cd00145 commit d969768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/loot-core/src/server/importers/ynab5-types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export namespace YNAB5 {
id: string;
name: string;
deleted: boolean;
transfer_acct: string | null
transfer_acct?: string

Check warning on line 28 in packages/loot-core/src/server/importers/ynab5-types.d.ts

View workflow job for this annotation

GitHub Actions / lint

Insert `;`
}

interface CategoryGroup {
Expand Down

0 comments on commit d969768

Please sign in to comment.