Skip to content

Commit

Permalink
fix: adds order attribute to the ICommunity interface
Browse files Browse the repository at this point in the history
  • Loading branch information
bilthon committed Nov 14, 2024
1 parent b80ddc4 commit d6718c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/community.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export interface ICommunity extends Document {
order_channels: Types.DocumentArray<IOrderChannel>;
fee: number;
earnings: number;
orders: number;
orders_to_redeem: number;
dispute_channel: string;
solvers: Types.DocumentArray<IUsernameId>;
Expand Down

0 comments on commit d6718c2

Please sign in to comment.