Commit cfed09f1 authored by tom's avatar tom

fix ts

parent 86dae1c2
......@@ -2,6 +2,6 @@ import type { UserInfo } from 'types/api/account';
import handler from 'lib/api/handler';
const profileHandler = handler<UserInfo>(() => '/account/v1/user/info', [ 'GET' ]);
const profileHandler = handler<UserInfo, unknown>(() => '/account/v1/user/info', [ 'GET' ]);
export default profileHandler;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment