refactor: perform clean up
This commit is contained in:
parent
c15cdea57d
commit
a7e427ca14
13 changed files with 133 additions and 85 deletions
|
|
@ -2,7 +2,6 @@ package utils
|
|||
|
||||
import "fmt"
|
||||
|
||||
// FormatDuration wandelt Sekunden in einen MM:SS String um.
|
||||
func FormatDuration(totalSeconds int64) string {
|
||||
if totalSeconds < 0 {
|
||||
totalSeconds = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue