Skip to content

Commit

Permalink
fix: WorkbookSubscriptionEvent articleDayCol 값 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
belljun3395 committed Aug 28, 2024
1 parent dd4fb32 commit f3c8406
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class SubscribeWorkbookUseCase(
WorkbookSubscriptionEvent(
workbookId = subTargetWorkbookId,
memberId = memberId,
articleDayCol = subscriptionStatus?.day ?: 1
articleDayCol = workbookSubscriptionHistory.subDay
)
)
}
Expand Down

0 comments on commit f3c8406

Please sign in to comment.