Skip to content

Commit dcd62dd

Browse files
committed
fix baseline
1 parent b76cf61 commit dcd62dd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/lib/uploadAppFigma.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export default async (ctx: Context): Promise<string> => {
1919
smartIgnore: ctx.config.smartIgnore,
2020
git: ctx.git,
2121
platformType: 'app',
22+
markBaseline: ctx.options.markBaseline,
2223
};
2324

2425
const responseData = await ctx.client.processWebFigma(requestBody, ctx.log);

src/lib/uploadWebFigma.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export default async (ctx: Context): Promise<string> => {
1818
figma: figmaConfig,
1919
smartIgnore: ctx.config.smartIgnore,
2020
git: ctx.git,
21+
markBaseline: ctx.options.markBaseline,
2122
};
2223

2324
const responseData = await ctx.client.processWebFigma(requestBody, ctx.log);

0 commit comments

Comments
 (0)