Skip to content

Commit

Permalink
Merge pull request #14 from SlateFoundation/develop
Browse files Browse the repository at this point in the history
Release: v1.1.1
  • Loading branch information
themightychris authored Feb 22, 2022
2 parents 0e7549d + 69ca955 commit bca88b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php-classes/Slate/Connectors/Looker/Connector.php
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ public static function pushUsers(IJob $Job, $pretend = true)
try {
// create a user mapping if looker user exists with same email
if (array_key_exists($User->Email, $LookerUsersMappedByEmail) && !static::getUserMapping($User)) {
static::createUserMapping($User, $LookerUser['id']);
static::createUserMapping($User, $LookerUsersMappedByEmail[$User->Email]['id']);
}

$syncResult = static::pushUser($User, $Job, $pretend);
Expand Down

0 comments on commit bca88b1

Please sign in to comment.