Remove setting of client version in the cloud build request (#3358)
Client as a property on the request is now ignored by the API, and the version is taken from the header that is always present.master
parent
a4bc6ef01d
commit
65d0ab3796
|
@ -856,9 +856,6 @@ firmware_flasher.initialize = function (callback) {
|
|||
target: targetDetail.target,
|
||||
release: targetDetail.release,
|
||||
options: [],
|
||||
client: {
|
||||
version: CONFIGURATOR.version,
|
||||
},
|
||||
};
|
||||
|
||||
const coreBuild = (targetDetail.cloudBuild !== true) || $('input[name="coreBuildModeCheckbox"]').is(':checked');
|
||||
|
|
Loading…
Reference in New Issue