OSDN Git Service

UAをVersion/10.0.3 Safari/602.4.8に変更
[kcd/KCD.git] / KCD / CombinedCommand.swift
index 98e5598..3a41220 100644 (file)
@@ -37,9 +37,9 @@ class CombinedCommand: JSONCommand {
             return
         }
         
-        arguments["api_combined_type"]
+        parameter["api_combined_type"]
             .int
-            .flatMap { CombineType(rawValue:$0) }
+            .flatMap { CombineType(rawValue: $0) }
             .map { postNotification(withType: $0) }
     }