Skip to content

Commit

Permalink
fixup! chore(sell-concert-tickets-proposal): powers types
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Mar 8, 2024
1 parent 07e4b58 commit b14cc6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contract/src/sell-concert-tickets.proposal.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export const makeTerms = (brand, baseUnit) => {
* @typedef {{
* brand: PromiseSpaceOf<{ Ticket: Brand }>;
* issuer: PromiseSpaceOf<{ Ticket: Issuer }>;
* instance: PromiseSpaceOf<{ sellConcertTickets: Instance }>
* }} SellTicketsSpace
*/
export const startSellConcertTicketsContract = async (
Expand Down

0 comments on commit b14cc6a

Please sign in to comment.