Skip to content

Commit c00b5b9

Browse files
committed
fix(azure): tweak final request
1 parent a587f60 commit c00b5b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/providers/azure.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ export class Azure extends CloudProvider {
225225
// as no new parts are being requested to update the status
226226
details = this._getPartData();
227227
details.part_update = true;
228-
this._request.updateStatus(details);
228+
this._request.updateStatus(details, true);
229229
}
230230
}
231231
}

0 commit comments

Comments
 (0)