Skip to content

Commit 4f541e1

Browse files
committed
Assign to blueprint
1 parent dd7dcbf commit 4f541e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/blueprint.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ export const blueprint =
3535
const blueprint = await createBlueprint(typesModule, {
3636
...(skipCodeFormat || formatCode == null ? {} : { formatCode }),
3737
})
38-
Object.assign(metadata, blueprint)
38+
Object.assign(metadata, { blueprint })
3939
}

0 commit comments

Comments
 (0)