Skip to content

Commit d32c526

Browse files
committed
Fix documentation on Parse.Query
1 parent 73ec85c commit d32c526

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ParseQuery.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,9 @@ export default class ParseQuery {
208208
* <li>sessionToken: A valid session token, used for making a request on
209209
* behalf of a specific user.
210210
* </ul>
211+
*
212+
* @return {Parse.Promise} A promise that is resolved with the result when
213+
* the query completes.
211214
*/
212215
get(objectId: string, options?: FullOptions) {
213216
this.equalTo('objectId', objectId);

0 commit comments

Comments
 (0)