Fix comma
This commit is contained in:
parent
dcded49b0d
commit
139efaaefa
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -3,7 +3,7 @@ const ytdl = require('ytdl-core'),
|
||||||
path = require('path'),
|
path = require('path'),
|
||||||
express = require('express'),
|
express = require('express'),
|
||||||
bodyParser = require('body-parser'),
|
bodyParser = require('body-parser'),
|
||||||
cp = require("child_process"),
|
cp = require("child_process")
|
||||||
|
|
||||||
|
|
||||||
const PORT = process.env.PORT || 8080
|
const PORT = process.env.PORT || 8080
|
||||||
|
|
Loading…
Reference in a new issue