質問編集履歴
1
コード修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -17,7 +17,7 @@
|
|
17
17
|
|
18
18
|
List.forEach {
|
19
19
|
// 空データは除く
|
20
|
-
if !$0.code.isEmpty
|
20
|
+
if !$0.code.isEmpty{
|
21
21
|
print($0.code)
|
22
22
|
// API通信開始
|
23
23
|
self.getAPIResult()
|