Skip to content

Commit bd6c707

Browse files
Techbot121Meta Construct
authored andcommitted
rename copy pasted method name
1 parent 2977206 commit bd6c707

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/services/gamebridge/GameBridge.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ export default class GameBridge extends Service {
2727

2828
constructor(container: Container) {
2929
super(container);
30-
this.setupWebApp();
30+
this.initGameBridge();
3131
}
3232

33-
private async setupWebApp() {
33+
private async initGameBridge() {
3434
this.webApp = await this.container.getService("WebApp");
3535
this.ws = new WebSocketServer({
3636
httpServer: this.webApp.http,

0 commit comments

Comments
 (0)