From 87c86d2a1c594960c46ec6e4139d952752df7bef Mon Sep 17 00:00:00 2001 From: ThePra Date: Thu, 9 Mar 2023 01:32:27 +0100 Subject: [PATCH] up --- PrivaPub/Controllers/ServerToServer/PeasantsController.cs | 1 - PrivaPub/PrivaPub.csproj | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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 @@ +