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

Remove dependency: dexie #45

Open
wants to merge 5 commits into
base: prod
Choose a base branch
from
Open

Remove dependency: dexie #45

wants to merge 5 commits into from

Conversation

g1nt0ki
Copy link
Member

@g1nt0ki g1nt0ki commented Jul 9, 2024

& no more browser alarms

g1nt0ki added 2 commits July 9, 2024 16:51
& no more browser alarms
@g1nt0ki g1nt0ki requested review from 0xStrobe and 0xngmi July 9, 2024 13:55
console.log("Updating storage data for", key)

isUpdating[key] = true;
currentData[key] = fetchData()
Copy link
Member

Choose a reason for hiding this comment

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

why pick the same name for both functions? i imagine theres no recursion here but why not just pick different names since theres no cost and eliminate any possible issues?

Copy link
Member Author

Choose a reason for hiding this comment

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

fixed it

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.

2 participants