Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Aug 27, 2024
1 parent 0132eb2 commit 234f11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base-server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ export class BaseServer {
return new Promise(resolve => {
let end = () => {
this.ws.close(resolve)
this.http.close()
this.httpServer.close()
}
if (processing === 0) {
end()
Expand Down

0 comments on commit 234f11f

Please sign in to comment.