Skip to content

Commit f9083dc

Browse files
committed
Added Sandable conformance to the StudentVue class
1 parent 2706c05 commit f9083dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftVue/StudentVue/StudentVue.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Foundation
22

3-
public class StudentVue {
3+
final public class StudentVue: Sendable {
44
private let credentials: Credentials
55

66
static private let edupointCredentials: Credentials = Credentials(username: "EdupointDistrictInfo", password: "Edup01nt", districtURL: "https://support.edupoint.com")

0 commit comments

Comments
 (0)