Skip to content

Commit

Permalink
fix: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chakhsu committed Nov 15, 2023
1 parent 86e8910 commit 37e4f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Greeter {
}

async init (server) {
server.addService('test.helloworld.Greeter', this, { exclude: ['init'] } )
server.addService('test.helloworld.Greeter', this, { exclude: ['init'] })
}

async SayHello (ctx) {
Expand Down

0 comments on commit 37e4f14

Please sign in to comment.