diff --git a/modules/forgefed/star.go b/modules/forgefed/star.go index bcb84b22a2..c86172c7e1 100644 --- a/modules/forgefed/star.go +++ b/modules/forgefed/star.go @@ -30,7 +30,7 @@ var KnownSourceTypes = SourceTypes{ // swagger:model type Star struct { // swagger:ignore - ap.Activity + Activity ap.Activity // Source identifies the system which generated this activity. Exactly one value has to be specified. Source SourceType `jsonld:"source,omitempty"` }