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(pacer): Prevents error by checking filingCookie existence #377

Merged
merged 1 commit into from
Jul 12, 2024

Conversation

ERosendo
Copy link
Contributor

@ERosendo ERosendo commented Jun 25, 2024

This PR fixes freelawproject/recap#371 by checking the filingCookie variable before accessing its value. I also added tests to ensure the fix works as expected and prevent regressions in the future.

@ERosendo ERosendo force-pushed the 371-adds-robust-check-to-retrieve-filing-cookie branch from 84a412c to 64e104a Compare June 25, 2024 18:27
@ERosendo ERosendo marked this pull request as ready for review June 25, 2024 18:27
@ERosendo ERosendo force-pushed the 371-adds-robust-check-to-retrieve-filing-cookie branch from 64e104a to 2ab8049 Compare July 12, 2024 19:39
@ERosendo ERosendo requested a review from mlissner July 12, 2024 19:39
@mlissner mlissner merged commit 376f804 into main Jul 12, 2024
8 checks passed
@mlissner mlissner deleted the 371-adds-robust-check-to-retrieve-filing-cookie branch July 12, 2024 20:23
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.

filingCookie is undefined…breaks extension
2 participants