Skip to content

Commit

Permalink
fix(zoe): review suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Dec 11, 2023
1 parent 331944c commit 9b8878b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zoe/src/typeGuards.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()),
Expand Down

0 comments on commit 9b8878b

Please sign in to comment.