Skip to content
This repository has been archived by the owner on Sep 4, 2022. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arvid220u committed Jun 24, 2022
1 parent 96073e4 commit 1b0185f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/daemon.proto
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ service Daemon {

rpc AddSyncFriend(AddSyncFriendRequest) returns (AddSyncFriendResponse) {}

rpc SendAysncFriendRequest(SendAsyncFriendRequestRequest) returns (SendAsyncFriendRequestResponse) {}
rpc SendAsyncFriendRequest(SendAsyncFriendRequestRequest) returns (SendAsyncFriendRequestResponse) {}

rpc GetOutgoingAsyncFriendRequests(GetOutgoingAsyncFriendRequestsRequest) returns (GetOutgoingAsyncFriendRequestsResponse) {}

Expand Down

0 comments on commit 1b0185f

Please sign in to comment.