Skip to content

Commit 6958ee9

Browse files
improved start polling
1 parent 7787a16 commit 6958ee9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/commander/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ command
5252
await tasks.run(ctx);
5353
startPingPolling(ctx);
5454
if (ctx.options.fetchResults) {
55-
startPolling(ctx);
55+
startPolling(ctx, '', false, '')
5656
}
5757

5858

src/tasks/uploadWebFigma.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default (ctx: Context): ListrTask<Context, ListrRendererFactory, ListrRen
2929
task.output = task.output + "\n" + chalk.green(`${output}`);
3030
}
3131
if (ctx.options.fetchResults) {
32-
startPolling(ctx);
32+
startPolling(ctx, '', false, '')
3333
}
3434

3535
task.title = 'Web Figma images uploaded successfully to SmartUI';

0 commit comments

Comments
 (0)