Skip to content

Commit

Permalink
Pass filtered files to _send().
Browse files Browse the repository at this point in the history
Closes #1159.
  • Loading branch information
imolorhe committed Jan 8, 2020
1 parent c6702b7 commit 6b0e4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/services/gql/gql.service.ts
Expand Up @@ -204,7 +204,7 @@ export class GqlService {
query: opts.query,
variables: opts.variables,
selectedOperation: opts.selectedOperation,
files: opts.files,
files,
withCredentials: opts.withCredentials,
});
}
Expand Down

0 comments on commit 6b0e4fa

Please sign in to comment.