Skip to content

Commit

Permalink
feat: 점수표 console 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
cjy3458 committed May 5, 2024
1 parent d0d8a7b commit 97b1681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apis/mypage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +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);
// console.log(data);
return data;
};

Expand Down

0 comments on commit 97b1681

Please sign in to comment.