From d65adb904d2527feaeacbc5e44f3cccca2ba20c7 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Wed, 24 Mar 2021 22:31:11 +0900 Subject: [PATCH] test data --- app/Jobs/Commands/Eve/ProcessSendEveMailJob.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Jobs/Commands/Eve/ProcessSendEveMailJob.php b/app/Jobs/Commands/Eve/ProcessSendEveMailJob.php index c91b98737..ced14bb1e 100644 --- a/app/Jobs/Commands/Eve/ProcessSendEveMailJob.php +++ b/app/Jobs/Commands/Eve/ProcessSendEveMailJob.php @@ -107,7 +107,7 @@ class ProcessSendEveMailJob implements ShouldQueue $this->release(20); } - //Get the error code and take the appropriate action + //Get the response code and take the appropriate action $errorCode = $response->getErrorCode(); if($errorCode === null) {