unstorage
unstorage copied to clipboard
fix: allow omitting transaction options
issue introduced in https://github.com/unjs/unstorage/pull/250 requires an opts argument to be passed to all drivers
this may be intentional so feel free to close if so!
Deploying unstorage with Â
 Cloudflare Pages
| Latest commit: |
ddfc00e
|
| Status: |  ✅ Deploy successful! |
| Preview URL: | https://e7c05287.unstorage.pages.dev |
| Branch Preview URL: | https://fix-optional-opts.unstorage.pages.dev |
@danielroe Do you remember where occured with this issue? I just checked only types are marking it as "set" in Driver hooks (as core sets it) and optional in Storage interface.
Can we close?