Persisted logged out state

Reviewed By: passy

Differential Revision: D28788916

fbshipit-source-id: 88ca6a069d4915e71cd7c271b6bbbea37838f4f5
This commit is contained in:
Anton Nikolaev
2021-06-02 11:29:11 -07:00
committed by Facebook GitHub Bot
parent 48b0eb8f18
commit bb0271a1a0

View File

@@ -38,7 +38,7 @@ export async function graphQLQuery(_query: string): Promise<any> {
throw new Error('Feature not implemented');
}
export function logoutUser(): Promise<void> {
export function logoutUser(_persist: boolean = false): Promise<void> {
throw new Error('Feature not implemented');
}