chore: cleanup

This commit is contained in:
adamdottv 2025-05-12 13:01:59 -05:00
commit 8270a1e4b1
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
4 changed files with 20 additions and 50 deletions

View file

@ -209,8 +209,8 @@ func (s *service) fromDBItem(item db.Session) Session {
Cost: item.Cost,
Summary: item.Summary.String,
SummarizedAt: item.SummarizedAt.Int64,
CreatedAt: item.CreatedAt,
UpdatedAt: item.UpdatedAt,
CreatedAt: item.CreatedAt * 1000,
UpdatedAt: item.UpdatedAt * 1000,
}
}