Skip to content

Commit b8adf4f

Browse files
committed
fixed stats page
1 parent 223cc2a commit b8adf4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/API_Calls/stats_api.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export const getStats = async () => {
1111
}
1212
const resJson = await res.json();
1313
return resJson;
14+
1415
} catch (err) {
1516
console.log(err);
1617
throw new Error('Error in Fetching Stats');

0 commit comments

Comments
 (0)