Skip to content

Commit

Permalink
πŸ”₯λΆˆν•„μš”ν•œ μ½”λ“œμ‚­μ œ
Browse files Browse the repository at this point in the history
  • Loading branch information
grulla99 committed Jul 9, 2024
1 parent 05b0472 commit 9802f52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/routes/user/user.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ exports.updateRequest = async (requestId, formData) => {

exports.updateRequestState = async (userId, requestId, status, formData, requestType) => {
if (userId) {
console.log("μ—…λ°μ΄νŠΈ μ„œλΉ„μŠ€ μ§„μž…!!!!!!!!!!!!", userId, requestId, status, formData, requestType)
await userRepository.updateRequestState(userId, requestId, status, formData);
if (requestType === 'add') {
await wordRepository.addWord(requestId, formData);
Expand Down

0 comments on commit 9802f52

Please sign in to comment.