We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e50ea68 commit 2db8ddcCopy full SHA for 2db8ddc
apps/site/app/[locale]/next-data/release-data/route.ts
@@ -5,7 +5,7 @@ import { defaultLocale } from '@/next.locales.mjs';
5
// for generating static data related to the Node.js Release Data
6
// @see https://nextjs.org/docs/app/building-your-application/routing/router-handlers
7
export const GET = async () => {
8
- const releaseData = await provideReleaseData();
+ const releaseData = provideReleaseData();
9
10
return Response.json(releaseData);
11
};
0 commit comments