Skip to content

Commit

Permalink
Make sure api key is reloaded in upload dialog when started new upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlich committed May 8, 2024
1 parent 8f70571 commit 4b054f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qml/ResultsUploader.qml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ Item {

function uploadResults(id) {

api_key_value = config.get("api_key", "");
// remove all files and inti upload

initCompetitionFileStorage(pathConfiguration.base_url + "/competitionFilesInit.php", id, api_key_value)
}

Expand Down

0 comments on commit 4b054f9

Please sign in to comment.