Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Commit

Permalink
Small Improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyKJohnson committed Dec 5, 2016
1 parent 7d3d08f commit 89235de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/CKURLRequest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ extension CKURLRequest: URLSessionDataDelegate {

// Parse JSON
do {
let jsonNObject = try JSONSerialization.jsonObject(with: data, options: []) as! [String: Any]
let jsonObject = try JSONSerialization.jsonObject(with: data, options: []) as! [String: Any]

CloudKit.debugPrint(jsonObject)

Expand Down

0 comments on commit 89235de

Please sign in to comment.