Skip to content

Commit c1d4a60

Browse files
committed
chore(zoe): Remove irrelevant JSDoc type override
1 parent 3953a6a commit c1d4a60

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/zoe/src/contractSupport/durability.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ export const provideAll = (baggage, thunks) => {
8686
if (inBaggage) {
8787
const obj = objectMap(
8888
thunks,
89-
/** @type {(value: any, key: string) => any} */
9089
(_, k) => baggage.get(k),
9190
);
9291
return Promise.resolve(harden(obj));

0 commit comments

Comments
 (0)