-
Notifications
You must be signed in to change notification settings - Fork 11
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
fix: at_commons remove isPaginated check in sync verb builder #738
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@murali-shris I know in the other comment I said a PR in at_lookup to change SyncVerbBuilder
but I meant a PR in at_commons
since SyncVerbBuilder is in at_commons
Completed the changes. |
if (isPaginated) { | ||
serverCommandBuffer.write('from:'); | ||
} | ||
// removed isPaginated logic, since sync:from is the default sync verb on server |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't need this comment in the code
- What I did
- How I did it
- How to verify it
fix: remove sync verb builder deprecated params at_client_sdk#1450