Skip to content

Commit

Permalink
Fix logging to the correct operations variable (#1289)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-scheer authored May 21, 2019
1 parent 3867caf commit dbc3fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apollo/src/commands/client/push.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default class ServicePush extends ClientCommand {
this.debug("Variables sent to Engine:");
this.debug(restVariables);
this.debug("Operations sent to Engine:");
this.debug(operations);
this.debug(operationManifest);

await project.engine.registerOperations(variables);

Expand Down

0 comments on commit dbc3fd9

Please sign in to comment.