Skip to content

Commit dd41b9f

Browse files
committed
Fix: Change getSessionToken return type
Signed-off-by: Carl <Carlgo11@users.noreply.github.com>
1 parent 284a268 commit dd41b9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

types/ParseUser.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ declare class ParseUser<T extends Attributes = Attributes> extends ParseObject<T
172172
*
173173
* @returns {string} the session token, or undefined
174174
*/
175-
getSessionToken(): string | null;
175+
getSessionToken(): string | undefined;
176176
/**
177177
* Checks whether this user is the current user and has been authenticated.
178178
*

0 commit comments

Comments
 (0)