We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cache.import
Cache
rlnjs/src/cache.ts
Lines 109 to 111 in da3fd80
As the title, Cache.import is expected to return a Cache object, but it's just a Object now.
cache: string
JSON.parse
cache
Cache.cache
The text was updated successfully, but these errors were encountered:
mhchia
Successfully merging a pull request may close this issue.
What's wrong?
rlnjs/src/cache.ts
Lines 109 to 111 in da3fd80
As the title,
Cache.import
is expected to return aCache
object, but it's just a Object now.How to fix it?
cache: string
withJSON.parse
Cache
cache
toCache.cache
The text was updated successfully, but these errors were encountered: