Skip to content

Commit

Permalink
tweaka litt for yff
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgtho committed Sep 20, 2024
1 parent 62a707a commit e596d17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flows/yff-laereplan.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ module.exports = {
mapper: (documentData) => {
return {
description,
bedrifter: documentData.content.utplasseringer.map(u => u.name).join(', ')
bedrift: documentData.content.utplassering.name
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion flows/yff-tilbakemelding.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ module.exports = {
},
student: {
name: documentData.student.name,
level: documentData.student.level
level: documentData.content.utplassering.level
},
created: {
timestamp: documentData.created.timestamp
Expand Down

0 comments on commit e596d17

Please sign in to comment.