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

Notion refactor #150

Merged
merged 3 commits into from
Sep 14, 2023
Merged

Notion refactor #150

merged 3 commits into from
Sep 14, 2023

Conversation

sHermanGriffiths
Copy link
Contributor

Describe Your Changes

N2Y wraps a lot of methods in the retry_api_call unnecessarily due to poor architecture. I've fixed this by running all API calls through _[request_method]_url methods so that the only methods that need to be wrapped are those. I've also commented out un-shared synced block warnings (as David requested during our weekly check-in) and protected against infinite recursion when handling synced blocks (this bug is explained here in a short video).

How Did You Test It

I ensured that I was able to properly export the Prenuvo page where this error was occurring, then made sure that the code base still passed all tests.

@sHermanGriffiths sHermanGriffiths marked this pull request as ready for review September 13, 2023 17:22
@sHermanGriffiths sHermanGriffiths merged commit 9f45bfa into main Sep 14, 2023
3 checks passed
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