chore: lint

This commit is contained in:
spiral
2022-12-03 12:17:37 +00:00
parent b2e4ff38e3
commit de5973a832
4 changed files with 46 additions and 32 deletions

View File

@@ -26,7 +26,7 @@ public class Startup
options.InvalidModelStateResponseFactory = context =>
throw Errors.GenericBadRequest
);
services.AddHostedService<MetricsRunner>();
}