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
J Blackman 2023-03-03 04:37:14 +11:00 committed by GitHub
parent a4bc6ef01d
commit 65d0ab3796
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -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');