Skip to content

Commit

Permalink
lint: fix new errors
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Sep 5, 2024
1 parent 520a9de commit 0078442
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contract/src/offer-up.contract.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,10 @@ export const meta = {
{ maxItems: M.bigint() },
),
};
harden(meta);
// compatibility with an earlier contract metadata API
export const customTermsShape = meta.customTermsShape;
harden(customTermsShape);

/**
* Start a contract that
Expand Down

0 comments on commit 0078442

Please sign in to comment.