Skip to content

Commit

Permalink
Feat: 에러 확인
Browse files Browse the repository at this point in the history
  • Loading branch information
cjy3458 committed Mar 15, 2024
1 parent 6510cd1 commit a696c03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/apis/mypage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ 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 a696c03

Please sign in to comment.