prettier
This commit is contained in:
@@ -6,7 +6,9 @@ const fetchWakatimeStats = async ({ username, api_domain }) => {
|
||||
throw new Error('missing parameter: username');
|
||||
}
|
||||
|
||||
const { data } = await axios.get(`https://${HOST}/api/wakatime-proxy?username=${username}`);
|
||||
const { data } = await axios.get(
|
||||
`https://${HOST}/api/wakatime-proxy?username=${username}`,
|
||||
);
|
||||
|
||||
return data.data;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user