develop
fix
This commit is contained in:
parent
3614618bdb
commit
b2ebf7c24a
@ -8,6 +8,5 @@ export const getMe = async (): Promise<IMeResponse> => {
|
|||||||
tags: ["user", "me"],
|
tags: ["user", "me"],
|
||||||
schema: MeResponseSchema,
|
schema: MeResponseSchema,
|
||||||
revalidate: 0,
|
revalidate: 0,
|
||||||
skipAuthRedirect: true,
|
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user