aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend/game/hub.go
diff options
context:
space:
mode:
Diffstat (limited to 'backend/game/hub.go')
-rw-r--r--backend/game/hub.go6
1 files changed, 2 insertions, 4 deletions
diff --git a/backend/game/hub.go b/backend/game/hub.go
index 9e1194b..21142a1 100644
--- a/backend/game/hub.go
+++ b/backend/game/hub.go
@@ -251,8 +251,7 @@ func (hub *gameHub) processTaskResults() {
taskResult.TaskPayload.UserID(),
nullable.NewNullNullable[int](),
"success",
- // TODO: inherit the command stdout/stderr.
- "Successfully compiled",
+ "",
"",
)
}
@@ -298,8 +297,7 @@ func (hub *gameHub) processTaskResults() {
taskResult.TaskPayload.UserID(),
nullable.NewNullableWithValue(int(taskResult.TaskPayload.TestcaseID)),
"success",
- // TODO: inherit the command stdout/stderr?
- "Testcase passed",
+ "",
"",
)
}