Daniel Supernault пре 6 година
родитељ
комит
10f897b59f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/Jobs/InboxPipeline/InboxValidator.php

+ 1 - 1
app/Jobs/InboxPipeline/InboxValidator.php

@@ -58,7 +58,7 @@ class InboxValidator implements ShouldQueue
 
 
         if($this->verifySignature($headers, $profile, $payload) == true) {
         if($this->verifySignature($headers, $profile, $payload) == true) {
             InboxWorker::dispatch($headers, $profile, $payload);
             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);
             InboxWorker::dispatch($headers, $profile, $payload);
         } else {
         } else {
             return;
             return;