From d6718c255dd875cc07efd6fc2a0380b0d59e8f18 Mon Sep 17 00:00:00 2001 From: bilthon Date: Thu, 14 Nov 2024 16:55:35 -0300 Subject: [PATCH] fix: adds order attribute to the ICommunity interface --- models/community.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/models/community.ts b/models/community.ts index 09e34908..a5410fdf 100644 --- a/models/community.ts +++ b/models/community.ts @@ -41,6 +41,7 @@ export interface ICommunity extends Document { order_channels: Types.DocumentArray; fee: number; earnings: number; + orders: number; orders_to_redeem: number; dispute_channel: string; solvers: Types.DocumentArray;