From 10f897b59ffd78913f7ffcbbafc164b189c145d0 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 9 Jun 2019 19:04:37 -0600 Subject: [PATCH] Update InboxValidator job --- app/Jobs/InboxPipeline/InboxValidator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Jobs/InboxPipeline/InboxValidator.php b/app/Jobs/InboxPipeline/InboxValidator.php index 8759ac064..f9ddd2c02 100644 --- a/app/Jobs/InboxPipeline/InboxValidator.php +++ b/app/Jobs/InboxPipeline/InboxValidator.php @@ -58,7 +58,7 @@ class InboxValidator implements ShouldQueue if($this->verifySignature($headers, $profile, $payload) == true) { InboxWorker::dispatch($headers, $profile, $payload); - } else if($this->blindKeyRotation($headers, $profile) == true) { + } else if($this->blindKeyRotation($headers, $profile, $payload) == true) { InboxWorker::dispatch($headers, $profile, $payload); } else { return;