Skip to content

Commit

Permalink
fix(validators): remove unused struct
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbitfly committed Sep 30, 2024
1 parent 474191d commit 4f22dcf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions handlers/validators.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ import (
"github.com/gobitfly/eth2-beaconchain-explorer/utils"
)

type states struct {
Name string `db:"statename"`

This comment has been minimized.

Copy link
@FELLIX000

FELLIX000 Oct 22, 2024

Aree

Count uint64 `db:"statecount"`
}

// Validators returns the validators using a go template
func Validators(w http.ResponseWriter, r *http.Request) {
templateFiles := append(layoutTemplateFiles, "validators.html")
Expand Down

0 comments on commit 4f22dcf

Please sign in to comment.