Skip to content

Commit

Permalink
Misc doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadorequest committed May 26, 2021
1 parent aad39ca commit ed0d13e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/modules/core/airtable/fetchRawAirtableDataset.preval.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ import preval from 'next-plugin-preval';
* XXX The data are therefore STALE, they're not fetched in real-time.
* They won't update (the app won't display up-to-date data until the next deployment, for static pages).
*
* @example await import('@/modules/core/airtable/fetchRawAirtableDataset.preval')
* @example const rawAirtableRecordsSets: RawAirtableRecordsSet[] = (await import('@/modules/core/airtable/fetchRawAirtableDataset.preval')) as unknown as RawAirtableRecordsSet[];
* @example const rawAirtableRecordsSets: RawAirtableRecordsSet[] = await getStaticRawAirtableDataset();
*
* @see https://github.com/ricokahler/next-plugin-preval
*/
Expand Down

1 comment on commit ed0d13e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.