Skip to content

Commit

Permalink
reduce diff
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 11, 2024
1 parent f6314c4 commit 53ccc33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/storage/unstorage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export function unstorageToIPXStorage(
}
const storageKey = resolveKey(id);
const meta = await storage.getMeta(storageKey, opts);

return meta as IPXStorageMeta;
},
async getData(id, opts = {}) {
Expand Down

0 comments on commit 53ccc33

Please sign in to comment.