minor cleanups
All checks were successful
Build and Push Docker Image / Explore-Gitea-Actions (push) Successful in 53s
All checks were successful
Build and Push Docker Image / Explore-Gitea-Actions (push) Successful in 53s
This commit is contained in:
@@ -23,7 +23,7 @@ tmp_dir = "tmp"
|
||||
rerun = false
|
||||
rerun_delay = 500
|
||||
send_interrupt = false
|
||||
stop_on_error = false
|
||||
stop_on_error = true
|
||||
|
||||
[color]
|
||||
app = ""
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
package service
|
||||
|
||||
import (
|
||||
"log"
|
||||
"me-fit/template"
|
||||
"me-fit/template/workout"
|
||||
|
||||
@@ -160,7 +159,6 @@ func HandleDeleteWorkout(db *sql.DB) http.HandlerFunc {
|
||||
}
|
||||
|
||||
func renderDateStr(date string) (string, error) {
|
||||
log.Println(date)
|
||||
t, err := time.Parse("2006-01-02 15:04:05-07:00", date)
|
||||
if err != nil {
|
||||
return "", err
|
||||
|
||||
Reference in New Issue
Block a user