Possible TS type issue with agent.app.bsky.feed.getPosts
#3307
babakfp
started this conversation in
General Discussion
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here you don't see any TS errors.
But when I run this code, I get this error:
So,
params
inagent.app.bsky.feed.getPosts
shouldn't be optional.When using
{}
we get this error:Which means there is no reason for
params
to be optional.Beta Was this translation helpful? Give feedback.
All reactions