Fixing sonar code quality recommendations

This commit is contained in:
Andrew Song 2020-12-25 15:08:40 -06:00
parent 4f93fef661
commit 2d066ea36c
5 changed files with 7 additions and 18 deletions

View file

@ -6,7 +6,7 @@ using Microsoft.AspNetCore.Identity;
namespace API.Data
{
public class Seed
public static class Seed
{
public static async Task SeedRoles(RoleManager<AppRole> roleManager)
{