Skip to content

Commit

Permalink
#16 fix : deploy error
Browse files Browse the repository at this point in the history
  • Loading branch information
leejin-rho committed Jun 27, 2024
1 parent 172947f commit 31097ed
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions apis/hooks/calendar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ const useGetMonthCalendar = () => {

export { useGetMonthCalendar };

const useGetProgramDetail = () => {
const { data } = useQuery({
queryKey: ["getProgramDetail"],
queryFn: getProgramDetail,
});
// console.log("isLoading", isLoading);
console.log("Query Data", data);
return { data };
};
// const useGetProgramDetail = () => {
// const { data } = useQuery({
// queryKey: ["getProgramDetail"],
// queryFn: getProgramDetail,
// });
// // console.log("isLoading", isLoading);
// console.log("Query Data", data);
// return { data };
// };

export { useGetProgramDetail };
// export { useGetProgramDetail };

0 comments on commit 31097ed

Please sign in to comment.