Skip to content

Commit d36a22d

Browse files
committed
clean up
1 parent 3cc983c commit d36a22d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ParseUser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,7 @@ const DefaultController = {
11261126
});
11271127
},
11281128

1129-
async logOut(options: RequestOptions): Promise<ParseUser> {
1129+
logOut(options: RequestOptions): Promise<ParseUser> {
11301130
const RESTController = CoreManager.getRESTController();
11311131
if (options.sessionToken) {
11321132
return RESTController.request('POST', 'logout', {}, options);

0 commit comments

Comments
 (0)