X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=KCD%2FCombinedCommand.swift;h=3a4122024257acaaf9f90f484d1a39d8c7371f20;hb=c69524a8697c7de7c0f506a6ac8d98875321884b;hp=98e55985dbbe3a7067878aa4ff07b6060c0cfd59;hpb=63b1f5fd810a9811aff475c67d00b0e22887cfc8;p=kcd%2FKCD.git diff --git a/KCD/CombinedCommand.swift b/KCD/CombinedCommand.swift index 98e55985..3a412202 100644 --- a/KCD/CombinedCommand.swift +++ b/KCD/CombinedCommand.swift @@ -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) } }