Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
badgersrus committed May 9, 2024
1 parent a63bce9 commit df445f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/tenscan/backend/webserver/webserver_routes_items.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ func (w *WebServer) getPublicTransactions(c *gin.Context) {
}

func (w *WebServer) getTotalTxCount(c *gin.Context) {

txCount, err := w.backend.GetTotalTransactionCount()
if err != nil {
errorHandler(c, fmt.Errorf("unable to execute getTotalTxCount request %w", err), w.logger)
Expand Down

0 comments on commit df445f1

Please sign in to comment.