need to filter empty
Ted Unangst tedu@tedunangst.com
Wed, 21 Feb 2024 16:25:43 -0500
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
fun.go
→
fun.go
@@ -354,7 +354,7 @@ }
honk.Onts = append(honk.Onts, t) } honk.Onts = oneofakind(honk.Onts) - honk.Mentions = append(honk.Mentions, bunchofgrapes(strings.Split(honk.SeeAlso, " "))...) + honk.Mentions = append(honk.Mentions, bunchofgrapes(oneofakind(strings.Split(honk.SeeAlso, " ")))...) } func redoimages(honk *Honk) {