Skip to content

Commit

Permalink
fixes domainfilter to fix build
Browse files Browse the repository at this point in the history
Signed-off-by: Raffaele Di Fazio <difazio.raffaele@gmail.com>
  • Loading branch information
Raffo committed Jul 21, 2023
1 parent ca195b0 commit 9b0444c
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 9b0444c

Please sign in to comment.