Skip to content

Commit 180ad5c

Browse files
committed
Changes
1 parent 13477a1 commit 180ad5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/httpClient.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -676,8 +676,8 @@ export default class httpClient {
676676
form.append('buildName', buildName);
677677
}
678678
if (ctx.options.markBaseline) {
679-
form.append('markBaseline', ctx.options.markBaseline);
680-
}
679+
form.append('markBaseline', ctx.options.markBaseline.toString());
680+
}
681681

682682
try {
683683
const response = await this.axiosInstance.request({

0 commit comments

Comments
 (0)