Skip to content

Commit febe429

Browse files
committed
Update main.go
1 parent d84baac commit febe429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ func (tm *TunnelManager) pollTraefikRouters(ctx context.Context) <-chan TraefikP
349349
var pollResult TraefikPollResult
350350

351351
// Make API request to Traefik
352-
resp, err := tm.restClient.R().
352+
_, err := tm.restClient.R().
353353
SetResult(&pollResult.Routers).
354354
Get("/api/http/routers")
355355

0 commit comments

Comments
 (0)