Skip to content

Commit

Permalink
schedules
Browse files Browse the repository at this point in the history
  • Loading branch information
mstgnz committed Jul 4, 2024
1 parent 355ceb9 commit 27ea0f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions handler/web/schedule.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package web
import (
"fmt"
"io"
"log"
"math"
"net/http"
"strings"
Expand Down Expand Up @@ -54,7 +53,6 @@ func (h *ScheduleHandler) EditHandler(w http.ResponseWriter, r *http.Request) er

_, response := h.schedule.ListService(w, r)

log.Println(response.Data)
data, _ := response.Data["schedules"].([]*models.Schedule)
var updatedAt = ""
if data[0].UpdatedAt != nil {
Expand Down

0 comments on commit 27ea0f7

Please sign in to comment.