File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,15 @@ import Foundation
15
15
exposed to the public.
16
16
*/
17
17
public struct ParsePush < V: ParsePushPayloadable > : ParseTypeable {
18
+
18
19
/**
19
20
The query that determines what installations should receive the notification.
20
- - warning: Cannot send a notification with this valuel and `channels` both set.
21
+ - warning: Cannot send a notification with this value and `channels` both set.
21
22
*/
22
23
public var `where` : QueryWhere ?
23
24
/**
24
25
An Array of channels to push to.
25
- - warning: Cannot send a notification with this valuel and `where` both set.
26
+ - warning: Cannot send a notification with this value and `where` both set.
26
27
*/
27
28
public var channels : Set < String > ?
28
29
/// The payload to send.
@@ -249,4 +250,5 @@ public extension ParsePush {
249
250
let query = ParsePushStatus< V> . query( " objectId " == statusId)
250
251
query. first ( options: options, completion: completion)
251
252
}
253
+
252
254
}
You can’t perform that action at this time.
0 commit comments