Skip to content

Commit

Permalink
[myPage]
Browse files Browse the repository at this point in the history
  • Loading branch information
junguksim committed Jul 12, 2019
1 parent 3bf4fc3 commit cf3c069
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/controller/songs/songUpload.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ router.post('/', multiUpload, async (req, res) => {
//회원일 경우
if (ID > 0) {
const body = req.body;
console.log(body);
const genreNameArray = new Array();
for(var i = 0 ; i < body.genre.length ; i++) {
genreNameArray[i] = genre[(body.genre)[i]];
Expand Down

0 comments on commit cf3c069

Please sign in to comment.