Skip to content

Commit 7d2e8b4

Browse files
committed
feat: wire domain controller with rdap registration
1 parent 13542d7 commit 7d2e8b4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

internal/controller/domain_controller_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,6 @@ func vcardWithFN(fullname string) *rdap.VCard {
766766
Name: "fn", // property name
767767
Type: "text", // value type
768768
Value: fullname, // single value
769-
// if your version uses Values: []string{fullname}, set that instead
770769
},
771770
},
772771
}

0 commit comments

Comments
 (0)