#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

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