Skip to content

Commit

Permalink
FIX: Http request from workflow failed with duplicit dictionary entry (
Browse files Browse the repository at this point in the history
  • Loading branch information
washibana committed Mar 8, 2024
1 parent 1b20afe commit 14fbd14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Origam.Common/HttpTools.cs
Expand Up @@ -359,7 +359,7 @@ var providerContainer
}
else
{
request.Headers.Add(name, value);
httpWebRequest?.Headers.Add(name, value);
}
}
}
Expand Down

0 comments on commit 14fbd14

Please sign in to comment.