Skip to content

Commit

Permalink
Merge pull request #165 from mash-up-kr/hotfix-place-schedule-id
Browse files Browse the repository at this point in the history
hotfix: 스케줄 id 0으로 저장되는 이슈 대응
  • Loading branch information
thguss authored Aug 21, 2024
2 parents 2403ebc + 7e126f6 commit e7e6466
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class PlaceAdapter(
places.map {
PlaceEntity(
roomUid = roomUid,
scheduleId = it.id,
scheduleId = it.scheduleId,
place = it,
)
}
Expand Down

0 comments on commit e7e6466

Please sign in to comment.