refactor
Some checks failed
Deploy / deploy (build, debian, 22) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822) (push) Has been cancelled

This commit is contained in:
2026-03-31 07:41:35 -06:00
parent 91e1b2b48b
commit e539f9450a
10 changed files with 101 additions and 70 deletions

View File

@@ -47,6 +47,8 @@ export interface ChallengeSlim {
display: number
title: string
score: number
pass_score: number | null
submitted: boolean
is_public: boolean
}