chore: lint

This commit is contained in:
spiral 2022-12-03 12:17:37 +00:00
parent b2e4ff38e3
commit de5973a832
No known key found for this signature in database
GPG key ID: 244A11E4B0BCF40E
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>();
}