We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 988b0d1 commit 9d9edfbCopy full SHA for 9d9edfb
ParseSwift.playground/Pages/11 - LiveQuery.xcplaygroundpage/Contents.swift
@@ -54,9 +54,7 @@ subscription.handleSubscribe { _ in
54
}
55
56
//: This is how you register to receive notificaitons of events related to your LiveQuery.
57
-subscription.handleEvent { query, event in
58
- print(query)
59
- print(event)
+subscription.handleEvent { _, event in
60
switch event {
61
62
case .entered(let object):
0 commit comments