Skip to content

Commit

Permalink
Revert optional session
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBarba committed Jan 24, 2023
1 parent e875ee4 commit bd3f3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/PlanetScale/PlanetScale.swift
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public actor PlanetScaleClient {

extension PlanetScaleClient {
public struct ExecuteResponse: Codable {
public let session: QuerySession.Session?
public let session: QuerySession.Session
public let result: QueryResult?
public let error: VitessError?
}
Expand Down

0 comments on commit bd3f3ab

Please sign in to comment.