himura / twitter-types

This library treats the Twitter JSON API in the Haskell way.
24 stars 28 forks source link

Fix type of statusCurrentUserRetweet (costmetic) #30

Closed kputnam closed 9 years ago

kputnam commented 9 years ago

According to https://dev.twitter.com/overview/api/tweets this field current_user_retweet should be a StatusId instead of a UserId. Since both are aliases for Integer this shouldn't have an impact on users.

himura commented 9 years ago

Thanks!