Skip to content

Commit

Permalink
remove unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
sechmann committed Jul 15, 2024
1 parent b083c8d commit 50a0cec
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions internal/apiserver/gatewayconfigurer/gatewayconfigurer.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ import (
)

type GatewayConfigurer struct {
db database.Database
bucket bucket.Client
syncInterval time.Duration
lastUpdated time.Time
log *logrus.Entry
db database.Database
bucket bucket.Client
lastUpdated time.Time
log *logrus.Entry
}

func NewGatewayConfigurer(log *logrus.Entry, db database.Database, bucket bucket.Client) *GatewayConfigurer {
Expand Down

0 comments on commit 50a0cec

Please sign in to comment.