From 9b8878b4c46a0bccb98943f1c599a0630982bbb1 Mon Sep 17 00:00:00 2001 From: "Mark S. Miller" Date: Mon, 11 Dec 2023 10:58:31 -0800 Subject: [PATCH] fix(zoe): review suggestion --- packages/zoe/src/typeGuards.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/zoe/src/typeGuards.js b/packages/zoe/src/typeGuards.js index cbc330fa3749..ae7e6068fb97 100644 --- a/packages/zoe/src/typeGuards.js +++ b/packages/zoe/src/typeGuards.js @@ -310,7 +310,7 @@ export const ZoeStorageManagerIKit = harden({ InstallationShape, M.any(), IssuerPKeywordRecordShape, - M.or(InstanceHandleShape, BundleShape), + InstanceHandleShape, M.or(BundleCapShape, BundleShape), M.string(), ).returns(M.promise()),