Update 17_6_getinfo.playground

This commit is contained in:
Shannon Appelcline 2020-09-30 08:15:54 -10:00 committed by GitHub
parent 7e17774d28
commit 90cf9baa47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,6 @@ func makeCommand(method: String, param: Any, completionHandler: @escaping (Any?)
} }
// return response
task.resume() task.resume()
} }