Skip to content

Commit

Permalink
fixup! missed another
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Nov 14, 2024
1 parent 1edc00a commit cd068e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/governance/src/typeGuards.js
Original file line number Diff line number Diff line change
Expand Up @@ -300,3 +300,4 @@ export const GovernorFacetShape = {
getGovernedApiNames: M.call().returns(M.arrayOf(M.string())),
setOfferFilter: M.call(M.arrayOf(M.string())).returns(M.promise()),
};
harden(GovernorFacetShape);

0 comments on commit cd068e6

Please sign in to comment.