Skip to content

Commit

Permalink
Removed un-used fields
Browse files Browse the repository at this point in the history
  • Loading branch information
saltgen committed Dec 23, 2024
1 parent 7e745bc commit 3ca4814
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/model/recommendation_set.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ type RecommendationSetResult struct {
}

func (r *RecommendationSet) AfterFind(tx *gorm.DB) error {
r.MonitoringStartTimeStr = r.MonitoringStartTime.Format(time.RFC3339)
r.MonitoringEndTimeStr = r.MonitoringEndTime.Format(time.RFC3339)
r.UpdatedAtStr = r.UpdatedAt.Format(time.RFC3339)
return nil
}

Expand Down

0 comments on commit 3ca4814

Please sign in to comment.