mirror of
https://github.com/abraunegg/onedrive
synced 2026-03-14 14:35:46 +01:00
* Fix Docker build post #3274 due to LDC requiring a default input for build_auth_request() not picked up in prior LDC compilation testing
This commit is contained in:
parent
61e5a1edb6
commit
aa85634fb2
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ bool wait_for_broker(int timeoutSeconds = 10) {
|
|||
return false;
|
||||
}
|
||||
|
||||
string build_auth_request(string accountJson = "", string clientId) {
|
||||
string build_auth_request(string accountJson = "", string clientId = "") {
|
||||
string header = format(`{
|
||||
"authParameters": {
|
||||
"clientId": "%s",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue