Skip to content

Commit b1de0ad

Browse files
committed
get rid of Object.values
1 parent 408540a commit b1de0ad

File tree

1 file changed

+1
-1
lines changed
  • packages/gitbook/src/app/(space)

1 file changed

+1
-1
lines changed

packages/gitbook/src/app/(space)/fetch.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ async function fetchParentSite(args: {
224224

225225
return {
226226
parent,
227-
spaces: Object.values(spaces),
227+
spaces,
228228
};
229229
}
230230

0 commit comments

Comments
 (0)