Skip to content

Commit

Permalink
Adding printing as unmarshal is failing
Browse files Browse the repository at this point in the history
  • Loading branch information
COMTOP1 committed Jan 6, 2025
1 parent c90e8bc commit 11b1811
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/views/views.go
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ func (v *Views) Authenticated(next echo.HandlerFunc) echo.HandlerFunc {
fmt.Println(2.5)

fmt.Println(t)
fmt.Println(string(b))

if t.Token == "" {
goto login
Expand Down

0 comments on commit 11b1811

Please sign in to comment.