10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf9e55e commit 304827cCopy full SHA for 304827c
app/Jobs/UpsertUserFromAnystackContact.php
@@ -38,7 +38,7 @@ public function handle(): void
38
39
$this->assertUserAttributesAreValid($user);
40
41
- Log::debug(($user->exists() ? "Updating user [{$user->id}]" : 'Creating user')." from anystack contact [{$this->contactData['id']}].");
+ Log::debug(($user->exists ? "Updating user [{$user->id}]" : 'Creating user')." from anystack contact [{$this->contactData['id']}].");
42
43
$user->anystack_contact_id ??= $this->contactData['id'];
44
$user->email ??= $this->contactData['email'];
0 commit comments