add flowchart
This commit is contained in:
@@ -20,6 +20,7 @@ function filterResult(result: Problem) {
|
||||
status: "",
|
||||
author: result.created_by.username,
|
||||
allow_flowchart: result.allow_flowchart,
|
||||
show_flowchart: result.show_flowchart,
|
||||
}
|
||||
if (result.my_status === null || result.my_status === undefined) {
|
||||
newResult.status = "not_test"
|
||||
|
||||
Reference in New Issue
Block a user