#11 - unfollow

This commit is contained in:
2025-03-11 15:08:29 +02:00
parent 5dfe911793
commit a76915c7fc
7 changed files with 63 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ func FollowFeedHandler(s *config.State, cmd config.Command, user database.User)
return err
}
fmt.Printf("%v", feed)
fmt.Printf("%v\n", feed)
return nil
}