Skip to content

Commit

Permalink
Fix: 정보 태그 검색 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunJinNo committed Aug 30, 2024
1 parent caf6e8e commit f6eae23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/informations/list/InformationList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ async function getInformationList(
{
method: "GET",
headers: {
"Content-Type": "application/json",
Cookie: `${cookie?.name}=${cookie?.value}`,
},
next: { revalidate: 60, tags: ["getInformationList"] },
Expand Down

0 comments on commit f6eae23

Please sign in to comment.