Skip to content

Commit

Permalink
Remove leftover todo
Browse files Browse the repository at this point in the history
  • Loading branch information
surik committed Oct 9, 2023
1 parent f90799f commit 7ae5f23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion management/server/sqlite_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ func (s *SqliteStore) GetAllAccounts() (all []*Account) {
}

for _, account := range accounts {
//all = append(all, account.Copy()) // TODO: copy and delete gorm models
if acc, err := s.GetAccount(account.Id); err == nil {
all = append(all, acc)
}
Expand Down

0 comments on commit 7ae5f23

Please sign in to comment.