Skip to content

Commit 203955d

Browse files
committed
fix lint issues
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
1 parent badcbb6 commit 203955d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

azure-devops-client/main.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ type AzureDevopsClient struct {
3838
// azure auth
3939
azcreds *azidentity.DefaultAzureCredential
4040

41-
entraIdToken *EntraIdToken
42-
entraIdTokenLastRefreshed int64
43-
4441
HostUrl *string
4542

4643
ApiVersion string
@@ -94,8 +91,6 @@ func (c *AzureDevopsClient) Init() {
9491
c.SetRetries(3)
9592
c.SetConcurrency(10)
9693

97-
c.entraIdTokenLastRefreshed = 0
98-
9994
c.LimitBuildsPerProject = 100
10095
c.LimitBuildsPerDefinition = 10
10196
c.LimitReleasesPerDefinition = 100

0 commit comments

Comments
 (0)