diff --git a/utils/true_up.go b/utils/true_up.go index 22f19a7fc8..fc753bcd74 100644 --- a/utils/true_up.go +++ b/utils/true_up.go @@ -10,7 +10,6 @@ import ( const trueUpReviewDueDay = 15 const day = time.Hour * 24 -const week = day * 7 type DueDateWindow struct { Start time.Time