add challenge author
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-05-06 06:28:49 -06:00
parent 9a8e5ad48e
commit 77aca640ac
4 changed files with 46 additions and 7 deletions

View File

@@ -56,6 +56,7 @@ export interface ChallengeSlim {
pass_score: number | null
submitted: boolean
is_public: boolean
author_name: string | null
}
export interface ChallengeIn {