refactored expense date to be a Temporal.PlainDate

This commit is contained in:
Joe Arndt 2026-02-19 14:03:28 -06:00
parent a92c4bec1f
commit ee823d015b
12 changed files with 233 additions and 74 deletions

View file

@ -12,6 +12,6 @@ post {
body:json {
{
"name": "Household:Supplies"
"name": "Gas"
}
}