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: return after resolve to avoid idb to be recreated #617

Merged
merged 6 commits into from Sep 20, 2022

Conversation

peterpeterparker
Copy link
Member

Description

While I did not actually face any issue related to this PR, based on the code, a return seems to be missing after promise resolution when the instance of the idb connection is requested within IdbStorage - i.e. even though the connection exists, it might be recreated anyway.

@peterpeterparker peterpeterparker requested a review from a team as a code owner August 31, 2022 07:29
Copy link
Contributor

@krpeacock krpeacock left a comment

Choose a reason for hiding this comment

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

@peterpeterparker I've let it slide a couple times before, but could you please include edits to changelog.html with your PR's?

@peterpeterparker
Copy link
Member Author

Done, added an entry in changelog.html for this PR and your last week's fix

@krpeacock krpeacock self-requested a review September 20, 2022 17:27
@krpeacock krpeacock merged commit 513f9b3 into main Sep 20, 2022
@krpeacock krpeacock deleted the fix/idb-storage-create branch September 20, 2022 22:35
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