mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
fix: properly sort durations to prevent heartbeats from being counted twice
This commit is contained in:
@@ -75,7 +75,7 @@ type IMailService interface {
|
||||
}
|
||||
|
||||
type IDurationService interface {
|
||||
Get(time.Time, time.Time, *models.User) ([]*models.Duration, error)
|
||||
Get(time.Time, time.Time, *models.User) (models.Durations, error)
|
||||
}
|
||||
|
||||
type ISummaryService interface {
|
||||
|
||||
Reference in New Issue
Block a user