Skip to content

Commit

Permalink
Remove unused constant
Browse files Browse the repository at this point in the history
  • Loading branch information
elffjs committed Dec 11, 2024
1 parent d66dc8c commit 09f8cda
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/controllers/user_integrations_auth_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ type partialTeslaClaims struct {
OUCode string `json:"ou_code"`
}

var teslaDataScope = "vehicle_device_data"

var teslaCodeFailureCount = promauto.NewCounterVec(
prometheus.CounterOpts{
Namespace: "devices_api",
Expand Down

0 comments on commit 09f8cda

Please sign in to comment.