Skip to content

Conversation

@loki-sinclair-hdruk
Copy link
Contributor

@loki-sinclair-hdruk loki-sinclair-hdruk commented Jun 11, 2024

Screenshots (if relevant)

Describe your changes

Issue ticket link

Environment / Configuration changes (if applicable)

Requires migrations being run?

If not using the pre-push hook. Confirm tests pass:

Checklist before requesting a review

  • I have performed a self-review of my code
  • I have added appropriate unit tests
  • I have created mocks for unit tests (where appropriate)
  • I have added appropriate Behat tests to confirm AC (if applicable)
  • I have added Swagger annotations for new endpoints (if applicable)
  • I have added audit logs for new operation logic (if applicable)
  • I have added new environment variables to the .env.example file (if applicable)

$to = [
'to' => [
'email' => $arr['user']['email'],
'email' => str_replace('@', '+' . $threadDetail['thread']['unique_key']. '@', $arr['user']['email']),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the value for email is same like $aliasEmail

Comment on lines +290 to +293
return response()->json([
'message' => Config::get('statuscodes.STATUS_BAD_REQUEST.message'),
'data' => null,
], Config::get('statuscodes.STATUS_BAD_REQUEST.code'));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it is a try { ... } catch (..) { ... } and this part will not be reach

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants