Skip to content

Commit ae2aaed

Browse files
committed
Fix
1 parent 7e56ead commit ae2aaed

File tree

1 file changed

+2
-3
lines changed
  • packages/gitbook/src/lib

1 file changed

+2
-3
lines changed

packages/gitbook/src/lib/api.ts

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@ import {
77
GitBookAPI,
88
GitBookAPIError,
99
HttpResponse,
10-
JSONDocument,
1110
List,
1211
PublishedSiteContentLookup,
1312
RequestRenderIntegrationUI,
1413
RevisionFile,
1514
SiteCustomizationSettings,
16-
SpaceIntegrationScript,
15+
RevisionReusableContent,
1716
} from '@gitbook/api';
1817
import assertNever from 'assert-never';
1918
import { headers } from 'next/headers';
@@ -489,7 +488,7 @@ const getRevisionFileById = cache({
489488
});
490489

491490
const getRevisionReusableContentById = cache({
492-
name: 'api.getRevisionReusableContentById',
491+
name: 'api.getRevisionReusableContentById.v1',
493492
tag: (spaceId, revisionId) =>
494493
getAPICacheTag({ tag: 'revision', space: spaceId, revision: revisionId }),
495494
get: async (

0 commit comments

Comments
 (0)