Skip to content

Commit dbc3fd9

Browse files
Fix logging to the correct operations variable (#1289)
1 parent 3867caf commit dbc3fd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/apollo/src/commands/client

packages/apollo/src/commands/client/push.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export default class ServicePush extends ClientCommand {
4949
this.debug("Variables sent to Engine:");
5050
this.debug(restVariables);
5151
this.debug("Operations sent to Engine:");
52-
this.debug(operations);
52+
this.debug(operationManifest);
5353

5454
await project.engine.registerOperations(variables);
5555

0 commit comments

Comments
 (0)