(domainId: string, tid: ObjectId, uid: number)
| 900 | } |
| 901 | |
| 902 | export async function getStatus(domainId: string, tid: ObjectId, uid: number) { |
| 903 | return await document.getStatus(domainId, document.TYPE_CONTEST, tid, uid); |
| 904 | } |
| 905 | |
| 906 | export async function updateStatus( |
| 907 | domainId: string, tid: ObjectId, uid: number, rid: ObjectId, pid: number, |
no test coverage detected