Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#3804 from kubernetes-sigs/raffo/fi…
Browse files Browse the repository at this point in the history
…x-dynamodb

Fix domain filter to fix build
  • Loading branch information
k8s-ci-robot committed Jul 21, 2023
2 parents ca195b0 + 9b0444c commit bc61d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registry/dynamodb.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func NewDynamoDBRegistry(provider provider.Provider, ownerID string, dynamodbAPI
}, nil
}

func (im *DynamoDBRegistry) GetDomainFilter() endpoint.DomainFilterInterface {
func (im *DynamoDBRegistry) GetDomainFilter() endpoint.DomainFilter {
return im.provider.GetDomainFilter()
}

Expand Down

0 comments on commit bc61d4d

Please sign in to comment.