Skip to content

Commit

Permalink
Merge branch 'main' into fix/encode-blob-path
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux authored Oct 18, 2024
2 parents a7fea41 + 223f2f6 commit 5b0fe2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/cache/driver.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export default defineDriver((driverOpts) => {
}

options.metadata = {
ttl: options.ttl,
mtime: Date.now(),
size: value.length,
path: event?.path,
Expand Down

0 comments on commit 5b0fe2c

Please sign in to comment.