Skip to content

Commit

Permalink
fix(manifest): handle new format with list()
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Jun 3, 2024
1 parent 5a4511a commit 0496a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/server/api/_hub/manifest.get.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default eventHandler(async (event) => {
storage: {
database: Boolean(dbCheck),
kv: Array.isArray(kvCheck),
blob: Array.isArray(blobCheck)
blob: Array.isArray(blobCheck?.blobs)
},
features: {
cache
Expand Down

0 comments on commit 0496a29

Please sign in to comment.