We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13477a1 commit 180ad5cCopy full SHA for 180ad5c
src/lib/httpClient.ts
@@ -676,8 +676,8 @@ export default class httpClient {
676
form.append('buildName', buildName);
677
}
678
if (ctx.options.markBaseline) {
679
- form.append('markBaseline', ctx.options.markBaseline);
680
- }
+ form.append('markBaseline', ctx.options.markBaseline.toString());
+ }
681
682
try {
683
const response = await this.axiosInstance.request({
0 commit comments