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

only process if there is an update #19

Open
todo bot opened this issue Jul 16, 2020 · 1 comment
Open

only process if there is an update #19

todo bot opened this issue Jul 16, 2020 · 1 comment
Assignees

Comments

@todo
Copy link

todo bot commented Jul 16, 2020

// todo: only process if there is an update
processingQueue.push(_package)
}
if (processingQueue.length <= 1) {
parsePackageQueue(processingQueue)


This issue was generated by todo based on a todo comment in e685aa0. It's been assigned to @twodayslate because they committed the code.
@todo todo bot added the todo 🗒️ label Jul 16, 2020
@twodayslate
Copy link
Owner

When adding a package a conditional request (see #13) should be used to see if there is actually an update to this project. If there is an update then add again to get the latest version

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

No branches or pull requests

1 participant