Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrepletty committed Sep 4, 2022
1 parent 3047e59 commit eff8dae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "Started socket",
"main": "App.js",
"repository": ".",
"repository": "[email protected]:alexandrepletty/starting-socket.git",
"author": "Alexandre Pletty <[email protected]>",
"license": "MIT",
"private": true,
Expand Down
6 changes: 3 additions & 3 deletions src/Socket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class Socket {

// --- Functions
this.CreateUser()
this.ActionAdmin()
this.Action()
this.Disconnect()
}

Expand All @@ -35,8 +35,8 @@ export class Socket {
console.log(`@User/Connected : ${this.socketID}`)
}

// --- Action administration
private ActionAdmin() {
// --- Action
private Action() {
// --- Variables
let route = env.SOCKET_ROUTE

Expand Down

0 comments on commit eff8dae

Please sign in to comment.