We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc1e4f2 commit 04c233fCopy full SHA for 04c233f
src/main/java/com/moplus/moplus_server/domain/problem/domain/problem/Problem.java
@@ -164,7 +164,6 @@ public void deleteChildProblem(Long childProblemId) {
164
165
public boolean isValid() {
166
return problemCustomId != null
167
- && practiceTestId != null
168
&& problemType != null
169
&& title != null && !title.getTitle().isEmpty()
170
&& answer != null && !answer.getValue().isEmpty()
0 commit comments