diff --git a/backend/src/models/monthlyStat.js b/backend/src/models/monthlyStat.js index 1424fe9..879e409 100644 --- a/backend/src/models/monthlyStat.js +++ b/backend/src/models/monthlyStat.js @@ -201,12 +201,12 @@ const MonthlyStatSchema = new mongoose.Schema({ latestCommission: { type: [OrchCommissionSchema], required: false, - default: null + default: [] }, latestTotalStake: { type: [OrchStakeSchema], required: false, - default: null + default: [] }, testScores: { type: Object,