diff --git a/PrivaPub/Controllers/ServerToServer/PeasantsController.cs b/PrivaPub/Controllers/ServerToServer/PeasantsController.cs index 5a20f55..0bb7752 100644 --- a/PrivaPub/Controllers/ServerToServer/PeasantsController.cs +++ b/PrivaPub/Controllers/ServerToServer/PeasantsController.cs @@ -5,7 +5,6 @@ using Microsoft.AspNetCore.Mvc; using PrivaPub.ClientModels.Resources; using PrivaPub.Extensions; using PrivaPub.Models.ActivityPub; -using PrivaPub.Models.Group; using PrivaPub.Services; using System.ComponentModel.DataAnnotations; diff --git a/PrivaPub/PrivaPub.csproj b/PrivaPub/PrivaPub.csproj index 447ca7d..9387aeb 100644 --- a/PrivaPub/PrivaPub.csproj +++ b/PrivaPub/PrivaPub.csproj @@ -35,6 +35,7 @@ +