Skip to content

Commit

Permalink
Merge pull request #276 from flotiq/bugfix/24965-next-js-and-flotiq-w…
Browse files Browse the repository at this point in the history
…ith-codegen-example-fix

#24965 fixed example
  • Loading branch information
KrzysztofBrylski authored Aug 27, 2024
2 parents 64304b7 + 94765fa commit ad98685
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/Deep-Dives/nextjs-react-typescript-openapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ async function getData(
orderBy = 'date'
) : HeroList {
const api = new FlotiqApi(apiKey);
heroApi.setApiKey(ContentHeroApiApiKeys.HeaderApiKeyAuth, FLOTIQ_API_KEY);

// let's fetch all sections and make sure we hydrate them
return await api.hero.list({
Expand Down

0 comments on commit ad98685

Please sign in to comment.