Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Blaschke <[email protected]>
  • Loading branch information
mblaschke committed Mar 31, 2024
1 parent badcbb6 commit 203955d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions azure-devops-client/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ type AzureDevopsClient struct {
// azure auth
azcreds *azidentity.DefaultAzureCredential

entraIdToken *EntraIdToken
entraIdTokenLastRefreshed int64

HostUrl *string

ApiVersion string
Expand Down Expand Up @@ -94,8 +91,6 @@ func (c *AzureDevopsClient) Init() {
c.SetRetries(3)
c.SetConcurrency(10)

c.entraIdTokenLastRefreshed = 0

c.LimitBuildsPerProject = 100
c.LimitBuildsPerDefinition = 10
c.LimitReleasesPerDefinition = 100
Expand Down

0 comments on commit 203955d

Please sign in to comment.