Skip to content

Commit

Permalink
fixup! after rebasing on #9533, remove TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Jun 19, 2024
1 parent cd107b5 commit b2eb457
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/zoe/src/contractFacet/typeGuards.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ export const ZcfI = M.interface(
makeInvitation: M.call(M.raw(), M.string())
.optional(M.record(), M.pattern())
.returns(M.promise()),
// TODO raw argument should be mandatory, but there's a no-arg call in
// the documentation repo
setTestJig: M.call().optional(M.raw()).returns(),
},
{
Expand Down

0 comments on commit b2eb457

Please sign in to comment.