fixed issue #2

This commit is contained in:
David Janowski 2023-06-22 09:04:52 +02:00
parent 5630c281c1
commit 6d7fd4395d

View File

@ -151,7 +151,7 @@ func uploadNodes(ctx context.Context, graphConnection database.GraphConnection,
allGeneralTags = append(allGeneralTags, post.Tags.General...) allGeneralTags = append(allGeneralTags, post.Tags.General...)
allCharacterTags = append(allCharacterTags, post.Tags.Character...) allCharacterTags = append(allCharacterTags, post.Tags.Character...)
allCopyrightTags = append(allCopyrightTags, post.Tags.Character...) allCopyrightTags = append(allCopyrightTags, post.Tags.Copyright...)
allArtistTags = append(allArtistTags, post.Tags.Artist...) allArtistTags = append(allArtistTags, post.Tags.Artist...)
uniqueGeneralTags = utils.UniqueNonEmptyElementsOf(allGeneralTags) uniqueGeneralTags = utils.UniqueNonEmptyElementsOf(allGeneralTags)