Remove unneeded constants

This commit is contained in:
TwinProduction 2021-08-07 11:54:22 -04:00
parent 1e28905c8d
commit 4ada6ee7c9

View File

@ -1,14 +1,5 @@
package core
import (
"time"
)
const (
numberOfHoursInTenDays = 10 * 24
sevenDays = 7 * 24 * time.Hour
)
// Uptime is the struct that contains the relevant data for calculating the uptime as well as the uptime itself
// and some other statistics
type Uptime struct {