Skip to content

Commit c5c69f5

Browse files
committed
coma added
1 parent 5e5e7a9 commit c5c69f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/endpoints.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ type CourseAttendance = BTreeMap<String, BatchAttendance>;
218218

219219
#[derive(Serialize)]
220220
pub struct AttendanceResponse {
221-
courses: CourseAttendance
221+
courses: CourseAttendance,
222222
}
223223

224224
pub async fn fecth_attendance(

0 commit comments

Comments
 (0)