File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ export default class DiagramCommand extends Command {
8585 outputFileName : outputPath ,
8686 outputFileType : flags . type ,
8787 style : {
88- orientation : flags . direction === 'portrait' ? DiagramOrientation . Portrait : DiagramOrientation . Landscape
88+ orientation : flags . direction === 'portrait' ? DiagramOrientation . Portrait : DiagramOrientation . Landscape ,
8989 } ,
9090 }
9191
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ export enum DiagramOrientation {
8383}
8484
8585export interface DiagramStyleOptions {
86- orientation : DiagramOrientation
86+ orientation : DiagramOrientation ;
8787}
8888
8989export async function createDiagram ( options : CreateDiagramOptions ) : Promise < CreateDiagramResults > {
You can’t perform that action at this time.
0 commit comments