Skip to content

Commit

Permalink
Bug Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlenVelocity authored Oct 3, 2020
1 parent ce5659b commit fd27fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ const startServer = async (client) => {
})
}

create('Zelda', serverOption)
create('session', serverOption)
.then(async (client) => startServer(client))
.catch((error) => console.log(error))

0 comments on commit fd27fb0

Please sign in to comment.