Skip to content

Commit

Permalink
chore: fix wrong version format in generate documents script (#7393)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge authored and cngonzalez committed Aug 20, 2024
1 parent f95f1ce commit 6bd70d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/generate-documents/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ export function run(_args: ProgramArgs) {
const bundleDocument = bundle
? {
...template({...templateOptions, title: `${title} - Published`}),
_id: `${bundle}.${id}`,
_version: {},
_id: `versions.${bundle}.${id}`,
title: `${title} - Bundle: ${bundle}`,
}
: undefined
Expand Down

0 comments on commit 6bd70d6

Please sign in to comment.