瀏覽代碼

Update InboxValidator job

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) {
             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;