Skip to content

Commit

Permalink
Fix optionsCallback being ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
patchoulish committed Nov 8, 2024
1 parent e41fb7b commit baf22b4
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ public static IHttpClientBuilder AddFirecrawlHttpClient(
var options =
new FirecrawlServiceOptions();

optionsCallback?
.Invoke(
options);

return services
.AddHttpClient<IFirecrawlService, FirecrawlService>(
FirecrawlHttpClientName,
Expand Down

0 comments on commit baf22b4

Please sign in to comment.