Skip to content

Commit

Permalink
[REFACTOR] d-day -> dDay
Browse files Browse the repository at this point in the history
  • Loading branch information
leGit-y committed Dec 20, 2023
1 parent f65c4fd commit 469aff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/service/worryService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const getWorryDetail =async (worryId: number,userId: number) => {
"period": "아직 고민중인 글입니다.",
"updatedAt": kst_updated_at,
"deadline": "데드라인이 없습니다.",
"d-day": gap,
"dDay": gap,
"finalAnswer": worry.final_answer,
"review": null
}
Expand Down Expand Up @@ -233,7 +233,7 @@ const patchDeadline =async (deadlineUpdateDTO: deadlineUpdateDTO) => {

const data = {
"deadline": "데드라인이 없습니다.",
"d-day": gap,
"dDay": gap,
}

if(worry.deadline != null)
Expand Down

0 comments on commit 469aff6

Please sign in to comment.