Skip to content

Commit

Permalink
Fix MPSubject with MP1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blootsvoets committed Aug 23, 2023
1 parent 49c8964 commit 03b7957
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ data class MPSubject(
/** Project id that the subject belongs to. */
@kotlinx.serialization.Transient val projectId: String? = null,
/** Full project details that a subject belongs to. */
@Serializable(with = MPProjectSerializer::class)
val project: MPProject? = null,
/** ID in an external system for the user. */
val externalId: String? = null,
Expand Down

0 comments on commit 03b7957

Please sign in to comment.