Skip to content

Commit

Permalink
Fixed build errors from some deleted code
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgrammerAL committed Apr 30, 2024
1 parent 8ca9362 commit 91114af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ public static async Task<GlobalConfig> LoadAsync(Pulumi.Config config)
return new GlobalConfig(
DeploymentPackagesConfig: new DeploymentPackagesConfig(unzippedArtifactsDir),
WebClientInfraConfig: config.RequireObject<WebClientInfrastructureConfigDto>("web-client-infra").GenerateValidConfigObject(),
CloudflareConfig: cloudflareConfig,
StorageApiConfig: config.RequireObject<StorageApiConfigDto>("storage-api-config").GenerateValidConfigObject(),
RouteFilterWorkerConfig: config.RequireObject<RouteFilterWorkerConfigDto>("route-filter-worker-config").GenerateValidConfigObject()
CloudflareConfig: cloudflareConfig
);
}

Expand Down
1 change: 0 additions & 1 deletion infra/pulumi-infra-deploy/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
using System.Collections.Generic;
using ProgrammerAl.SvgHelpers.IaC.StackBuilders.Website;
using ProgrammerAl.SvgHelpers.IaC.Config.GlobalConfigs;
using ProgrammerAl.SvgHelpers.IaC.StackBuilders.RouteFilterWorker;

return await Pulumi.Deployment.RunAsync(async () =>
{
Expand Down

0 comments on commit 91114af

Please sign in to comment.