Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

usersDraftsList in gogol-gmail discards first argument #10

Closed
iand675 opened this issue Oct 27, 2015 · 1 comment
Closed

usersDraftsList in gogol-gmail discards first argument #10

iand675 opened this issue Oct 27, 2015 · 1 comment

Comments

@iand675
Copy link

iand675 commented Oct 27, 2015

Looks like you may not want the argument at all here:

usersDraftsList
    :: Text
    -> UsersDraftsList
usersDraftsList pUdlUserId_ =
    UsersDraftsList
    { _udlUserId = "me"
    , _udlPageToken = Nothing
    , _udlMaxResults = 100
    }
@brendanhay
Copy link
Owner

Hah, nice catch. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants