Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
marode-cap committed Jul 1, 2024
1 parent 0068096 commit d469f2c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/modules/itslearning/actions/create-person.action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export class CreatePersonAction extends IMSESAction<CreatePersonResponseBody, vo
},

'ims:person': {
//'ims2:formatName': 'TODO',
'ims2:name': {
'ims2:partName': [
{ 'ims2:namePartType': 'First', 'ims2:namePartValue': this.params.firstName },
Expand All @@ -50,7 +49,7 @@ export class CreatePersonAction extends IMSESAction<CreatePersonResponseBody, vo
},
'ims2:institutionRole': {
'ims2:institutionRoleType': this.params.institutionRoleType,
'ims2:primaryRoleType': false, // ?
'ims2:primaryRoleType': true,
},
'ims2:extension': {
'ims1:extensionField': {
Expand Down

0 comments on commit d469f2c

Please sign in to comment.