Skip to content

Commit f680ef5

Browse files
committed
alter todo comment based on new knowledge
1 parent 0029a2f commit f680ef5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/Jobs/CreateAnystackLicenseJob.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ private function createContact(): array
5151
->filter()
5252
->all();
5353

54-
// TODO: It's unknown what will happen if an existing contact with
55-
// the same email address already exists.
54+
// TODO: If an existing contact with the same email address already exists,
55+
// anystack will return a 422 validation error response.
5656
return $this->anystackClient()
5757
->post('https://api.anystack.sh/v1/contacts', $data)
5858
->throw()

0 commit comments

Comments
 (0)