remove unused code

This commit is contained in:
MaysWind
2020-11-13 00:36:32 +08:00
parent fadeb006a7
commit c2a7b3d686
-1
View File
@@ -154,7 +154,6 @@ func (s *AccountService) DeleteAccounts(uid int64, ids []int64) error {
updateModel := &models.Account{
Deleted: true,
UpdatedUnixTime: now,
DeletedUnixTime: now,
}