|
|
export const useSWRxPersonalSettings = (): SWRResponse<IUser, Error> => {
|
|
export const useSWRxPersonalSettings = (): SWRResponse<IUser, Error> => {
|
|
|
endpoint => apiv3Get(endpoint).then(response => response.data.currentUser),
|
|
endpoint => apiv3Get(endpoint).then(response => response.data.currentUser),
|