diff --git a/Sources/Nova/Nova.swift b/Sources/Nova/Nova.swift index f9c1a4b..097ee67 100644 --- a/Sources/Nova/Nova.swift +++ b/Sources/Nova/Nova.swift @@ -3,8 +3,8 @@ import Foundation public class Nova: @unchecked Sendable { private init() { - fatalError("This class should not be instantiated") - } + fatalError("This class should not be instantiated") + } internal struct APIKeys: Codable { let openAI: String? @@ -23,7 +23,7 @@ public class Nova: @unchecked Sendable { return keys } } - + public static func setup(teamID: String) { guard !_isInitialized else { fatalError("Attempted to configure the Nova SDK multiple times. Please only call setup once.")