Skip to content

Commit

Permalink
Merge pull request #186 from bsideproject/feature/Report
Browse files Browse the repository at this point in the history
[fix] build 오류 수정... 시도!!
  • Loading branch information
KinDDoGGang authored Oct 10, 2023
2 parents df93446 + 367a528 commit 2b004e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ function MyApp({ Component, pageProps }: LayoutAppProps): React.ReactElement {
},
};

const response = await originalFetch(resource, config);
// const response = await originalFetch(resource, config);
const response = await originalFetch(resource as globalThis.Request, config);

return response;
};
Expand Down

0 comments on commit 2b004e3

Please sign in to comment.