mirror of
https://github.com/tappollo/WWDC.git
synced 2026-04-30 04:45:17 +08:00
Removed transcript link to session
This commit is contained in:
@@ -18,9 +18,6 @@ public class Transcript: Object {
|
||||
/// The annotations the transcript contains
|
||||
public let annotations = List<TranscriptAnnotation>()
|
||||
|
||||
/// The session this transcript is for
|
||||
public let session = LinkingObjects(fromType: Session.self, property: "transcript")
|
||||
|
||||
public override class func primaryKey() -> String? {
|
||||
return "identifier"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user