fixed issue #2
This commit is contained in:
parent
5630c281c1
commit
6d7fd4395d
@ -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)
|
||||||
|
Reference in New Issue
Block a user