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

PE-2243: Quick Sync [WIP] #331

Draft
wants to merge 11 commits into
base: dev
Choose a base branch
from
Draft

PE-2243: Quick Sync [WIP] #331

wants to merge 11 commits into from

Conversation

matibat
Copy link
Contributor

@matibat matibat commented Sep 28, 2022

No description provided.

@matibat matibat self-assigned this Oct 21, 2022
while (hasNextPage) {
const query = buildQuery({
owner,
sort: DESCENDING_ORDER,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flutter App uses ASCENDING_ORDER for this query; CLI might not care about this (?

Suggested change
sort: DESCENDING_ORDER,
sort: ASCENDING_ORDER,

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

Successfully merging this pull request may close these issues.

1 participant