Skip to content

Commit 7fb870c

Browse files
committed
typo
1 parent a85cf59 commit 7fb870c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ app.get('/generate/:data', async (req, res) => { // Because URL PARAMS ARE CO
6464
console.log(atob(req.params.data));
6565
res.json({cookie: req.params.data})
6666
})
67-
``
67+
6868
app.get('/if-vpn/:data', async(req, res) => {
6969
const data = atob(req.params.data)
7070
// Timezone Stuff
@@ -80,7 +80,7 @@ app.get('/if-vpn/:data', async(req, res) => {
8080
formatter = new Intl.DateTimeFormat([], options);
8181
const stringTime = formatter.format(new Date());
8282
const IPtime = Date.parse(stringTime)
83-
console.log(IPtime)
83+
console.log(time)
8484
return res.json({message: "yay i work"})
8585
})
8686

0 commit comments

Comments
 (0)