Skip to content

Commit

Permalink
Fixed Merge Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib committed Mar 26, 2024
1 parent a015f89 commit b29831d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ private static async Task EnsureSubgraphHasConfigAsync(
}

var config = new SubgraphConfigurationDto(
project.VariableName,
project.Name,
[new HttpClientConfiguration(new Uri("http://localhost:5000"), "http"),]);
var configJson = PackageHelper.FormatSubgraphConfig(config);
await File.WriteAllTextAsync(configFile, configJson, ct);
Expand Down

0 comments on commit b29831d

Please sign in to comment.