Skip to content

Commit c167f21

Browse files
code clean up 2
1 parent 4e1e5e0 commit c167f21

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/commander/commander.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ program
2929
.addCommand(configWebFigma)
3030
.addCommand(uploadWebFigmaCommand)
3131

32+
33+
3234
export default program;

src/lib/httpClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export default class httpClient {
119119
finalizeBuild(buildId: string, totalSnapshots: number, log: Logger) {
120120
let params: Record<string, string | number> = {buildId};
121121
if (totalSnapshots > -1) params.totalSnapshots = totalSnapshots;
122-
122+
123123
return this.request({
124124
url: '/build',
125125
method: 'DELETE',

0 commit comments

Comments
 (0)