Skip to content

Commit

Permalink
Fix compile error in Program.cs in WebAPI
Browse files Browse the repository at this point in the history
This commit fixes not to refer variables deleted by b502723 .

Signed-off-by: Yasumasa Suenaga <[email protected]>
  • Loading branch information
YaSuenag committed Nov 13, 2024
1 parent d650520 commit 6ee03f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CarbonAware.WebApi/src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
c.SchemaFilter<CarbonAwareParametersBaseDtoSchemaFilter>();
c.SwaggerDoc("v1", new OpenApiInfo
{
Version = serviceVersion,
Title = serviceName,
Version = "CarbonAware.WebAPI",
Title = "1.0.0",
});
});

Expand Down

0 comments on commit 6ee03f6

Please sign in to comment.