Skip to content

Commit 072060a

Browse files
committed
removed comments
1 parent 995b83e commit 072060a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/app.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ function handleGetPlaylists(req, res){
4444

4545
const client_id = process.env.CLIENT_ID;
4646
const client_secret = process.env.CLIENT_SECRET;
47-
// const client_id = 'ede709c1f9a04d62a26b5773d1748615';
48-
// const client_secret = '6dbb876c33d4f33809c7e6e448130d0';
49-
47+
5048

5149

5250
let authOptions = {

0 commit comments

Comments
 (0)