Skip to content

Commit 04c233f

Browse files
committed
[hotfix] 창작문제 컨펌 가능하도록 수정
1 parent cc1e4f2 commit 04c233f

File tree

1 file changed

+0
-1
lines changed
  • src/main/java/com/moplus/moplus_server/domain/problem/domain/problem

1 file changed

+0
-1
lines changed

src/main/java/com/moplus/moplus_server/domain/problem/domain/problem/Problem.java

-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ public void deleteChildProblem(Long childProblemId) {
164164

165165
public boolean isValid() {
166166
return problemCustomId != null
167-
&& practiceTestId != null
168167
&& problemType != null
169168
&& title != null && !title.getTitle().isEmpty()
170169
&& answer != null && !answer.getValue().isEmpty()

0 commit comments

Comments
 (0)