Skip to content

Commit

Permalink
[fix] 빌드 에러 수정 및 storybook 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
zestlee1106 committed Sep 26, 2023
1 parent c770933 commit 087f3b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 29 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/storybook-deploy.yml

This file was deleted.

4 changes: 2 additions & 2 deletions api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ export const fetchData = async <T>(url: string, options?: RequestInit): Promise<
return null;
}
}
// const data = await response.json();
// return data;
const data = await response.json();
return data;
} catch (error) {
console.error(error);
throw new Error('Failed to fetch data');
Expand Down

0 comments on commit 087f3b0

Please sign in to comment.