Skip to content

Commit

Permalink
$hyoo_budget: hotfix types
Browse files Browse the repository at this point in the history
  • Loading branch information
jin committed Dec 14, 2024
1 parent 3edd628 commit a91d379
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fund/book/book.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $hyoo_budget_fund_book $mol_book2_catalog
enabled <= editable
sub /
<= Category_make_icon $mol_icon_plus
^ menu_addon
^ menu_addon /
menu_link_content* /
<= Menu_link_title*
<= Category_ballance* $mol_view
Expand Down
2 changes: 1 addition & 1 deletion transfer/transfer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace $ {
}

moment( next?: $mol_time_moment | null ) {
return this.Moment( next )?.val( next )?.mask( '0000-00-00' ) ?? null
return this.Moment( next )?.val( next )?.mask( '0000-00-00' ) ?? null!
}

}
Expand Down

0 comments on commit a91d379

Please sign in to comment.