Skip to content

Commit

Permalink
[Fix/#367] #363 머지하며 빌드가 동작하지 않는 문제 해결 (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
belljun3395 authored Aug 28, 2024
1 parent dd4fb32 commit ca25f1c
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 ca25f1c

Please sign in to comment.