Skip to content

Commit

Permalink
Delete: console ์ œ๊ฑฐ
Browse files Browse the repository at this point in the history
  • Loading branch information
cjy3458 committed Mar 15, 2024
1 parent 3e0153d commit 266efaf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/apis/mypage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,13 @@ export const getTotalAttendance = async (token: IToken) => {
const data = await authAxios
.get<ResponseData<UserAttendance[]>>(`/api/mypage/attendance`)
.then((res) => res.data.data);
console.log(data);
return data;
};

export const getAssignments = () => {
const data = axios
.get(`https://notion-api.splitbee.io/v1/table/${process.env.NEXT_PUBLIC_NOTION_DATABASE_ID}`)
.then((res) => res.data);
console.log(data);
return data;
};

Expand Down

0 comments on commit 266efaf

Please sign in to comment.