1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-25 01:05:15 +03:00

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.
This commit is contained in:
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

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