Skip to content

Commit

Permalink
Merge pull request #56 from su-chang/spell-mistake
Browse files Browse the repository at this point in the history
Spell mistake
  • Loading branch information
huan authored Apr 22, 2020
2 parents db6a491 + 402b8f5 commit 5945ff6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chatie/grpc",
"version": "0.13.9",
"version": "0.15.0",
"description": "gRPC for Chatie",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.js",
Expand Down
2 changes: 1 addition & 1 deletion proto/wechaty/puppet.proto
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ service Puppet {
rpc FriendshipSearchWeixin (puppet.FriendshipSearchWeixinRequest) returns (puppet.FriendshipSearchWeixinResponse) {}

rpc FriendshipAdd (puppet.FriendshipAddRequest) returns (puppet.FriendshipAddResponse) {}
rpc FrendshipAccept (puppet.FriendshipAcceptRequest) returns (puppet.FriendshipAcceptResponse) {}
rpc FriendshipAccept (puppet.FriendshipAcceptRequest) returns (puppet.FriendshipAcceptResponse) {}

/**
*
Expand Down
2 changes: 1 addition & 1 deletion tests/puppet-server-impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const puppetServerImpl: IPuppetServer = {

},

frendshipAccept: (call, callback) => {
friendshipAccept: (call, callback) => {
void call
void callback
throw new Error('not implmented.')
Expand Down

0 comments on commit 5945ff6

Please sign in to comment.