Browse Source

Fix WA count * 3

pull/6/head
Menci 8 years ago
parent
commit
213bacaf05
  1. 2
      models/user.js

2
models/user.js

@ -167,7 +167,7 @@ class User extends Model {
res[status] += await JudgeState.count({ res[status] += await JudgeState.count({
user_id: this.id, user_id: this.id,
type: 0, type: 0,
status: status status: s
}); });
} }
} }

Loading…
Cancel
Save