Skip to content

Commit

Permalink
Changes from review
Browse files Browse the repository at this point in the history
  • Loading branch information
willdoran committed Jun 6, 2017
1 parent ba99e68 commit fb4b073
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 38 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ public function handle(EventInterface $event, $user = null)
"id" => $domain
];

if ($intercomAppToken) {
if ($intercomAppToken) {
$client = new IntercomClient($intercomAppToken, null);

try {
try {
$client->users->update([
"email" => $user->email,
"created_at" => $user->created,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@

class Ushahidi_Listener_IntercomCompanyListener extends AbstractListener
{
protected $config_repo;

public function setConfigRepo(ConfigRepository $config_repo)
{
$this->config_repo = $config_repo;
}

public function handle(EventInterface $event, $data = null)
{
Expand Down
30 changes: 0 additions & 30 deletions application/config/thirdparty.php

This file was deleted.

0 comments on commit fb4b073

Please sign in to comment.