demo 20-4-2026
This commit is contained in:
@@ -144,7 +144,7 @@ export async function restoreSectionCommit(
|
||||
|
||||
export async function submitSection(
|
||||
sectionId: string,
|
||||
input: { commit_id?: string; submitted_by?: string; user_id?: string }
|
||||
input: { submitted_by?: string; user_id?: string }
|
||||
): Promise<SectionSubmission> {
|
||||
return requestJson<SectionSubmission>(sectionUrl(sectionId, "submit"), jsonRequestInit("POST", input));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user