diff --git a/services/user.go b/services/user.go index eddb211..9426441 100644 --- a/services/user.go +++ b/services/user.go @@ -151,7 +151,7 @@ func uploadNodes(ctx context.Context, graphConnection database.GraphConnection, allGeneralTags = append(allGeneralTags, post.Tags.General...) allCharacterTags = append(allCharacterTags, post.Tags.Character...) - allCopyrightTags = append(allCopyrightTags, post.Tags.Character...) + allCopyrightTags = append(allCopyrightTags, post.Tags.Copyright...) allArtistTags = append(allArtistTags, post.Tags.Artist...) uniqueGeneralTags = utils.UniqueNonEmptyElementsOf(allGeneralTags)