diff options
Diffstat (limited to 'invoice/invoice.go')
| -rw-r--r-- | invoice/invoice.go | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/invoice/invoice.go b/invoice/invoice.go index 9cbc4e7..786f6a2 100644 --- a/invoice/invoice.go +++ b/invoice/invoice.go @@ -21,7 +21,6 @@ import (  	"gorm.io/gorm"  	"time"  	d "vidhukant.com/openbills/db" -	u "vidhukant.com/openbills/util"  )  var db *gorm.DB  |