chore: cleanup

This commit is contained in:
adamdottv
2025-05-12 13:01:59 -05:00
parent 7f9c992993
commit 8270a1e4b1
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,
}
}