質問編集履歴

1

コードに誤りがあったため修正を行いました。

2023/03/27 00:57

投稿

Kohinata
Kohinata

スコア30

test CHANGED
File without changes
test CHANGED
@@ -13,7 +13,7 @@
13
13
  <%
14
14
  UserDomain result = null;
15
15
  if (results == null == false) {
16
- result = result.get(0);
16
+ result = results.get(0);
17
17
  }
18
18
  %>
19
19
  ```