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

Fix: Fetch updates of multiple companies #212

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sagard21
Copy link

Issue:
get_company_updates returns posts only from a single company despite passing correct urn_id and/or public_id.

Fix:

  1. Remove the results list passed as parameter and create another variable results whose scope is local
  2. Edit the iterator condition that checks for max results
  3. Append the results to the results list

@abinpaul1 abinpaul1 changed the base branch from fix-jobs to master April 26, 2022 14:02
@abinpaul1
Copy link
Collaborator

abinpaul1 commented Apr 26, 2022

Hi @sagard21 , Thanks a lot for this fix. Sorry I took a while to respond. There seems to be a problem in the amount of changes. It shows 900+ changes. It would be great if you could please look into that and update the PR.

@sagard21
Copy link
Author

sagard21 commented Apr 28, 2022 via email

@abinpaul1
Copy link
Collaborator

What you could do is sync your fork with this repo. Create a a new private branch from the master branch in your fork. Commit your changes to that, push the branch to your fork and open a PR to tomquirk:master.
Let me know if it's not clear.

@sagard21
Copy link
Author

sagard21 commented Oct 11, 2022 via email

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.

None yet

2 participants