We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 223cc2a commit ea632c7Copy full SHA for ea632c7
utils/API_Calls/stats_api.tsx
@@ -11,6 +11,7 @@ export const getStats = async () => {
11
}
12
const resJson = await res.json();
13
return resJson;
14
+
15
} catch (err) {
16
console.log(err);
17
throw new Error('Error in Fetching Stats');
0 commit comments