Skip to content

Commit

Permalink
default domain to multifol.io
Browse files Browse the repository at this point in the history
  • Loading branch information
rrelyea committed Jul 8, 2024
1 parent 596b18a commit befc051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Models/FamilyData/FamilyData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ public int PersonCount
private bool xHasValue;
private double? changeInXUnits;

public async Task RefreshPrices(HttpClient http, string domain)
public async Task RefreshPrices(HttpClient http, string domain = "multifol.io")
{
Console.WriteLine("api domain: " + domain);
BatchUpdating = true;
Expand Down

0 comments on commit befc051

Please sign in to comment.