Skip to content

Commit

Permalink
Merge pull request #21 from EuilimChoi/feat/server
Browse files Browse the repository at this point in the history
타임 아웃 설정
  • Loading branch information
EuilimChoi authored Apr 7, 2022
2 parents 3d05075 + 3d74629 commit 4bfc5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/controllers/getdata/getdatas.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ module.exports = async (req, res) => {
});
//}

setTimeout(console.log("time Out!"), 5000)
setTimeout(() => {console.log("time Out!")}, 5000)
}
}

Expand Down

0 comments on commit 4bfc5e8

Please sign in to comment.