Skip to content

Commit

Permalink
Merge branch 'main' into contributor-backend-31
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos authored Nov 20, 2024
2 parents 385a906 + 241eed0 commit 7da16a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export type User = Model<
is_staff: boolean
is_active: boolean
date_joined: Date
requesting_to_join_class?: Class["id"]
requesting_to_join_class?: Class["id"] | null
teacher?: _UserTeacher<Teacher>
student?: _UserStudent<Student>
}
Expand Down

0 comments on commit 7da16a2

Please sign in to comment.