Skip to content

Commit 7106309

Browse files
committed
Update provider struct
1 parent 409c707 commit 7106309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider/netcup.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ type NetcupProvider struct {
1919
provider.BaseProvider
2020
client *nc.NetcupDnsClient
2121
session *nc.NetcupSession
22-
domainFilter endpoint.DomainFilter
22+
domainFilter *endpoint.DomainFilter
2323
dryRun bool
2424
logger *slog.Logger
2525
}

0 commit comments

Comments
 (0)