Skip to content

Commit df9cb8c

Browse files
authored
Merge pull request #258 from parthlambdatest/Dot-4915
[Dot-4915] cli version addition for figma in build table
2 parents 5360c4c + 4f033c0 commit df9cb8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/httpClient.ts

+1
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,7 @@ export default class httpClient {
477477
}
478478

479479
processWebFigma(requestBody: any, log: Logger) {
480+
requestBody.packageVersion = pkgJSON.version;
480481
return this.request({
481482
url: "figma-web/upload",
482483
method: "POST",

0 commit comments

Comments
 (0)