Skip to content

Commit

Permalink
fix: enrollBy field value for assigned courses (#877)
Browse files Browse the repository at this point in the history
  • Loading branch information
jajjibhai008 authored Nov 29, 2023
1 parent 6eb39df commit 3f285f0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ export const getTransformedAllocatedAssignments = (assignments, slug) => {
startDate: item?.contentMetadata?.startDate,
mode: item?.contentMetadata?.courseType,
orgName: item?.contentMetadata?.partners[0]?.name,
enrollBy: item?.contentMetadata?.enrollByDate,
isCancelledAssignment,
isExpiredAssignment,
};
Expand Down

0 comments on commit 3f285f0

Please sign in to comment.