Skip to content
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.

Commit

Permalink
Remove redundant variable assignment
Browse files Browse the repository at this point in the history
Signed-off-by: Tomash Khamlai <tomash.khamlai@gmail.com>
  • Loading branch information
TomashKhamlai committed Nov 11, 2019
1 parent cdbd452 commit 3e80240
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ private function revokeCustomerToken(): void
}
QUERY;

$response = $this->graphQlMutation($query, [], '', $this->getHeaderMap());
$this->graphQlMutation($query, [], '', $this->getHeaderMap());
}

/**
Expand Down

0 comments on commit 3e80240

Please sign in to comment.