Skip to content

Commit 223f2f6

Browse files
committed
chore: fix test
1 parent 1f67732 commit 223f2f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/runtime/cache/driver.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export default defineDriver((driverOpts) => {
3131
}
3232

3333
options.metadata = {
34+
ttl: options.ttl,
3435
mtime: Date.now(),
3536
size: value.length,
3637
path: event?.path,

0 commit comments

Comments
 (0)