You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/LiveQueryClient.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -183,8 +183,8 @@ class LiveQueryClient {
183
183
* <a href="https://github.com/parse-community/parse-server/wiki/Parse-LiveQuery-Protocol-Specification">here</a> for more details. The subscription you get is the same subscription you get
184
184
* from our Standard API.
185
185
*
186
-
* @param {ParseQuery} query - the ParseQuery you want to subscribe to
187
-
* @param {string} sessionToken (optional)
186
+
* @param {ParseQuery} query The `Parse.Query` to subscribe to.
187
+
* @param {string} [sessionToken] Optional session token to use for the subscription.
Copy file name to clipboardExpand all lines: types/LiveQueryClient.d.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -92,8 +92,8 @@ declare class LiveQueryClient {
92
92
* <a href="https://github.com/parse-community/parse-server/wiki/Parse-LiveQuery-Protocol-Specification">here</a> for more details. The subscription you get is the same subscription you get
93
93
* from our Standard API.
94
94
*
95
-
* @param {ParseQuery} query - the ParseQuery you want to subscribe to
96
-
* @param {string} sessionToken (optional)
95
+
* @param {ParseQuery} query The `Parse.Query` to subscribe to.
96
+
* @param {string} [sessionToken] Optional session token to use for the subscription.
0 commit comments