Skip to content

Commit

Permalink
update gradebook struct
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMoonThatRises committed Aug 16, 2024
1 parent 512b668 commit f31504e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Sources/StudentVue/SOAPApi/Models/GradeBook.swift
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ extension StudentVueApi {
public var type: String
public var date: Date
public var dueDate: Date
public var score: String
public var scoreType: String
public var points: String
public var notes: String
Expand All @@ -78,7 +77,6 @@ extension StudentVueApi {
type: try element.value(ofAttribute: "Type"),
date: try element.value(ofAttribute: "Date"),
dueDate: try element.value(ofAttribute: "DueDate"),
score: try element.value(ofAttribute: "Score"),
scoreType: try element.value(ofAttribute: "ScoreType"),
points: try element.value(ofAttribute: "Points"),
notes: try element.value(ofAttribute: "Notes"),
Expand Down

0 comments on commit f31504e

Please sign in to comment.