Skip to content

Commit

Permalink
fix: 충돌 오류 해결(#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
whereami2048 committed May 18, 2024
1 parent c7d3e03 commit 9706597
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file added Api-Module/.jqwik-database
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ class ApplyCreateService(
fun createApply(request: CreateApply.Request, jobDescriptionId: UUID) {
applyAppender.appendApply(
jobDescriptionId = jobDescriptionId,
title = request.title
).also { apply ->
request.contents.forEach { content ->
applyContentAppender.appendApplyContent(
Expand Down

0 comments on commit 9706597

Please sign in to comment.