Skip to content
This repository was archived by the owner on Nov 18, 2024. It is now read-only.

Commit 4d41f06

Browse files
committed
fixes
1 parent 2cd7a52 commit 4d41f06

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/api/index.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,7 @@ export const callApi = async ({
6565
}
6666
};
6767

68-
export const logOutFromServer = async (
69-
apiState: ApiState,
70-
): Promise<CallApiResponse> => {
68+
export const logOutFromServer = async (apiState: ApiState) => {
7169
return callApi({
7270
apiState,
7371
endpoint: 'accounts/session',

0 commit comments

Comments
 (0)