mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-24 21:51:34 +10:00
- bump up version to 4.0.6
- update dependencies - remove test phase from CI script - lint and format all files
This commit is contained in:
@ -10,7 +10,7 @@ export const findResumeStatisticsById = async (data: { id: string }) => {
|
||||
return response.data;
|
||||
};
|
||||
|
||||
export const useResumeStatistics = (id: string, enabled: boolean = false) => {
|
||||
export const useResumeStatistics = (id: string, enabled = false) => {
|
||||
const {
|
||||
error,
|
||||
isPending: loading,
|
||||
|
||||
Reference in New Issue
Block a user