File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,12 @@ import {
7
7
GitBookAPI ,
8
8
GitBookAPIError ,
9
9
HttpResponse ,
10
- JSONDocument ,
11
10
List ,
12
11
PublishedSiteContentLookup ,
13
12
RequestRenderIntegrationUI ,
14
13
RevisionFile ,
15
14
SiteCustomizationSettings ,
16
- SpaceIntegrationScript ,
15
+ RevisionReusableContent ,
17
16
} from '@gitbook/api' ;
18
17
import assertNever from 'assert-never' ;
19
18
import { headers } from 'next/headers' ;
@@ -489,7 +488,7 @@ const getRevisionFileById = cache({
489
488
} ) ;
490
489
491
490
const getRevisionReusableContentById = cache ( {
492
- name : 'api.getRevisionReusableContentById' ,
491
+ name : 'api.getRevisionReusableContentById.v1 ' ,
493
492
tag : ( spaceId , revisionId ) =>
494
493
getAPICacheTag ( { tag : 'revision' , space : spaceId , revision : revisionId } ) ,
495
494
get : async (
You can’t perform that action at this time.
0 commit comments