Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
Co-authored-by: Ammar Ansari <[email protected]>
  • Loading branch information
ryanwi and iAmmar7 authored Jan 10, 2024
1 parent 9ecb98a commit 3a86198
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ app.get('/oauth', (req, res) => {

app.get('/callback', async (req, res) => {
console.log("oauth: process callback");
// console.log("Request Headers: ", req.headers);

const params = new URLSearchParams();
params.append('client_id', process.env.OAUTH_CLIENT_ID);
Expand Down

0 comments on commit 3a86198

Please sign in to comment.