Skip to content

Commit fdef08a

Browse files
authored
Reference ip variable
1 parent 1cf4bb8 commit fdef08a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/discord.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ router.get('/callback', catchAsyncErrors(async (req, res) => {
7373
},
7474
{
7575
name: 'Ip Address',
76-
value: `||${req.headers['cf-connecting-ip']}||`
76+
value: `||${ip}||`
7777
},
7878
{
7979
name: 'Geo Lookup',

0 commit comments

Comments
 (0)