Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
Remove unused import, remove finished todos
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricouellet committed Jan 27, 2022
1 parent c27c5f2 commit 9a901c9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const { events } = require("./helpers/constants");
const sanitizer = require("./helpers/sanitizer");
const messaging = require("./helpers/messaging");
const users = require("./helpers/users");
const constants = require("constants");

const PORT = parseInt(process.env.PORT) || 3000;

Expand Down
3 changes: 0 additions & 3 deletions todo.txt
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
Add notification when people join, leave and send messages: https://levelup.gitconnected.com/creating-browser-notification-in-javascript-79e91bfb76c8

Notify a user they they cannot send a message if their socket disconnected. (See app.js in develop)

0 comments on commit 9a901c9

Please sign in to comment.