perf: notify account (#3515)

This commit is contained in:
Archer
2025-01-02 16:15:21 +08:00
committed by archer
parent 28710ac05b
commit 9abbc16036
10 changed files with 15 additions and 26 deletions

View File

@@ -21,10 +21,7 @@ const TeamSchema = new Schema({
type: Date,
default: () => Date.now()
},
balance: {
type: Number,
default: 0
},
balance: Number,
teamDomain: {
type: String
},