Skip to content

Commit

Permalink
chore: deleted unused parameter for init
Browse files Browse the repository at this point in the history
  • Loading branch information
rnr committed Sep 6, 2024
1 parent 42ea67a commit 0bb90b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Core/Core/Data/Model/Data_PrimaryEnrollment.swift
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,7 @@ public extension DataLayer.PrimaryEnrollment {
progressEarned: primary.progress?.assignmentsCompleted ?? 0,
progressPossible: primary.progress?.totalAssignmentsCount ?? 0,
lastVisitedBlockID: primary.courseStatus?.lastVisitedBlockID,
resumeTitle: primary.courseStatus?.lastVisitedUnitDisplayName,
auditAccessExpires: primary.auditAccessExpires.flatMap { Date(iso8601: $0) }
resumeTitle: primary.courseStatus?.lastVisitedUnitDisplayName
)
}

Expand Down

0 comments on commit 0bb90b5

Please sign in to comment.