Skip to content
Snippets Groups Projects
Commit 18ec74fb authored by PJ Metz's avatar PJ Metz
Browse files

Merge branch 'main' of gitlab.com:metzinaround/DivasLive

parents e8058f47 358eb210
No related branches found
No related tags found
No related merge requests found
Pipeline #571658904 passed
......@@ -24,7 +24,7 @@ stream.on('tweet', retweet_hhn);
function welcomeToTheFog(){
let date1 = new Date("2022/09/01");
let date1 = new Date("2022/09/02");
let date2 = new Date();
let date3 = new Date("2022/10/31");
let differenceInTime = date1.getTime() - date2.getTime();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment