Skip to content

Commit

Permalink
Go
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Nov 7, 2022
1 parent 11d6780 commit b4c1437
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/executor/src/execution/execute.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ export function execute<TData = any, TVariables = any, TContext = any>(
value: {
...e.extensions,
http: {
...e.extensions?.http,
...e.extensions?.['http'],
status: 400,
},
},
Expand Down Expand Up @@ -1275,7 +1275,7 @@ export function subscribe<TData = any, TVariables = any, TContext = any>(
value: {
...e.extensions,
http: {
...e.extensions?.http,
...e.extensions?.['http'],
status: 400,
},
},
Expand Down Expand Up @@ -1380,7 +1380,7 @@ export function createSourceEventStream(
value: {
...e.extensions,
http: {
...e.extensions?.http,
...e.extensions?.['http'],
status: 400,
},
},
Expand Down

0 comments on commit b4c1437

Please sign in to comment.