Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/intune.d
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading