remove code from ErrorResult

This commit is contained in:
leetcode-mafia
2023-04-19 17:26:46 -04:00
parent f2945061ca
commit 447214ded4

View File

@ -17,7 +17,6 @@ public struct OpenAI<T: Payload>: Codable {
public struct ErrorResult: Codable, Error {
public let message: String
public let code: String
}
public struct TextResult: Payload {