Skip to content

Commit

Permalink
chore: refact
Browse files Browse the repository at this point in the history
  • Loading branch information
npmstudy committed Dec 12, 2023
1 parent 1e5cfc6 commit fe4348f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/__tests__/app.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ describe('app', async () => {
});

rpc.add({
'/add': function (a: string, b: string) {
'/add': function (a: string) {
return { a: a };
},
});
Expand Down

0 comments on commit fe4348f

Please sign in to comment.