Browse Source

Fix incorrect default value for type_info

pull/6/head
Pisces000221 7 years ago
parent
commit
b5d987f97c
  1. 2
      models/judge_state.js

2
models/judge_state.js

@ -83,7 +83,7 @@ class JudgeState extends Model {
submit_time: parseInt((new Date()).getTime() / 1000),
type: 0,
type_info: '',
type_info: 0,
pending: true,

Loading…
Cancel
Save