Skip to content

Commit

Permalink
chore: 코드 리뷰 반영'
Browse files Browse the repository at this point in the history
  • Loading branch information
wokbjso committed Aug 2, 2024
1 parent 0eb5c4c commit 7af6a90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apis/fetch-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export async function fetchData<T>(
method,
headers,
body: body ? JSON.stringify(body) : undefined,
cache: 'no-store',
});

if (!response.ok) {
Expand Down

0 comments on commit 7af6a90

Please sign in to comment.