Skip to content

Commit 175171d

Browse files
authored
Add siteSectionId to lookup result (#2533)
1 parent a4b63b8 commit 175171d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/gitbook/src/middleware.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,7 @@ async function lookupSpaceByAPI(
698698
...('site' in data
699699
? {
700700
site: data.site,
701+
siteSection: data.siteSection,
701702
siteSpace: data.siteSpace,
702703
organization: data.organization,
703704
shareKey: data.shareKey,

0 commit comments

Comments
 (0)