chore: cleanup
This commit is contained in:
parent
7f9c992993
commit
8270a1e4b1
4 changed files with 20 additions and 50 deletions
|
|
@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue