We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fc4b04 commit 5bdc933Copy full SHA for 5bdc933
packages/app/server/routes/rm/stale.post.ts
@@ -21,7 +21,7 @@ export default eventHandler(async (event) => {
21
prefix: useTemplatesBucket.base,
22
limit: 100,
23
})
24
- writable.close()
+ await writable.close()
25
})()
26
)
27
0 commit comments