unstorage icon indicating copy to clipboard operation
unstorage copied to clipboard

fix: allow omitting transaction options

Open danielroe opened this issue 1 year ago • 1 comments

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!

danielroe avatar Sep 11 '24 11:09 danielroe

Deploying unstorage with  Cloudflare Pages  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

View logs

@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?

pi0 avatar Oct 31 '24 15:10 pi0