Skip to content
This repository has been archived by the owner on Jan 17, 2025. It is now read-only.

Commit

Permalink
Ikke repack teacher før det sendes inn til documents (vi trenger grou…
Browse files Browse the repository at this point in the history
…pIds med widerøe)
  • Loading branch information
MatsAnd committed Jan 30, 2021
1 parent b0a56ee commit fc40035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const handleClasses = async (context, req) => {
logger('info', ['handle-classes', 'get-classes-documents', 'user', user, 'id', id])

logger('info', ['handle-classes', 'get-classes-documents', user, 'get-user'])
const teacher = repackTeacher(await getMyUser(user))
const teacher = await getMyUser(user)
logger('info', ['handle-classes', 'get-classes-documents', user, 'get-user', teacher.username])

const students = await getClassStudents(user, id)
Expand Down

0 comments on commit fc40035

Please # to comment.