We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1d64bd commit 78e1ffcCopy full SHA for 78e1ffc
registry/txt.go
@@ -68,7 +68,6 @@ func NewTXTRegistry(provider provider.Provider, txtPrefix, txtSuffix, ownerID st
68
managedRecordTypes, excludeRecordTypes []string,
69
txtEncryptEnabled bool, txtEncryptAESKey []byte,
70
newFormatOnly bool) (*TXTRegistry, error) {
71
-
72
if ownerID == "" {
73
return nil, errors.New("owner id cannot be empty")
74
}
0 commit comments