From 72f012d6a0295d8a7c2aa7f0de9bfe9226cec1ae Mon Sep 17 00:00:00 2001 From: Conor Macpherson Date: Thu, 5 Jan 2023 17:06:54 -0500 Subject: [PATCH] remove unused variable. --- utils/true_up.go | 1 - 1 file changed, 1 deletion(-) 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