Skip to content

Commit

Permalink
chore: undo student service
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoutV committed Apr 12, 2024
1 parent d24003c commit 2675ed8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/src/composables/services/students.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,9 @@ export function useStudents(): StudentsState {
await create<Student>(
endpoint,
{
user: studentData.id,
student_id: studentData.studentId,
email: studentData.email,
first_name: studentData.first_name,
last_name: studentData.last_name,
},
student,
Student.fromJSON,
Expand Down

0 comments on commit 2675ed8

Please sign in to comment.