Skip to content

Commit

Permalink
Change response type to ArrayBuffer
Browse files Browse the repository at this point in the history
  • Loading branch information
Anaethelion committed Nov 24, 2023
1 parent 0c4bda0 commit 9941e19
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions specification/esql/query/QueryResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
* under the License.
*/

import { UserDefinedValue } from '@spec_utils/UserDefinedValue'

export class Response {
body: UserDefinedValue
body: ArrayBuffer
}

0 comments on commit 9941e19

Please sign in to comment.