Skip to content

Commit

Permalink
fix: crud.wsManger
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed May 5, 2023
1 parent 60bfc88 commit f725296
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class CoCreateUser {
constructor(wsManager, crud) {
this.wsManager = wsManager
constructor(crud) {
this.wsManager = crud.wsManager
this.crud = crud
this.init()
}
Expand Down

0 comments on commit f725296

Please sign in to comment.