diff --git a/patches/post-parents/post-parents.go b/patches/post-parents/post-parents.go index 1515b627..f9587140 100644 --- a/patches/post-parents/post-parents.go +++ b/patches/post-parents/post-parents.go @@ -18,6 +18,7 @@ func main() { if obj == nil { color.Yellow(post.ID) color.Red(post.Text) + post.Delete() } } }