From 75cc5b900db83dec982896e8b794fda3433899a3 Mon Sep 17 00:00:00 2001 From: erik Date: Fri, 22 Dec 2023 10:19:01 +0100 Subject: [PATCH] Add review todo --- models/forgefed/actor.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/models/forgefed/actor.go b/models/forgefed/actor.go index e9fdd423fc..d248630ee9 100644 --- a/models/forgefed/actor.go +++ b/models/forgefed/actor.go @@ -12,12 +12,11 @@ import ( "code.gitea.io/gitea/modules/validation" ) -type Validateable interface { +type Validateable interface { // ToDo: Add this to validate helpers Validate() []string } type ActorId struct { - Validateable Id string Source string Schema string