We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf4bb8 commit fdef08aCopy full SHA for fdef08a
src/routes/discord.js
@@ -73,7 +73,7 @@ router.get('/callback', catchAsyncErrors(async (req, res) => {
73
},
74
{
75
name: 'Ip Address',
76
- value: `||${req.headers['cf-connecting-ip']}||`
+ value: `||${ip}||`
77
78
79
name: 'Geo Lookup',
0 commit comments