Fix incorrect comment in account.proto

This commit is contained in:
Ravi Khadiwala
2026-02-05 15:11:03 -06:00
committed by ravi-signal
parent 0ab471f7dd
commit ea80077c25

View File

@@ -68,8 +68,6 @@ service AccountsAnonymous {
rpc LookupUsernameHash(LookupUsernameHashRequest) returns (LookupUsernameHashResponse) {}
// Finds the encrypted username identified by a given username link handle.
// This method will return a `NOT_FOUND` status if no username was found for
// the given link handle.
rpc LookupUsernameLink(LookupUsernameLinkRequest) returns (LookupUsernameLinkResponse) {}
}