Browse Source

新增时向grimoirelab推送事件

pull/342/head
xxq250 3 years ago
parent
commit
d578c5c8df
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/jobs/issue_webhook_job.rb

+ 1
- 1
app/jobs/issue_webhook_job.rb View File

@@ -2,7 +2,7 @@ class IssueWebhookJob < ApplicationJob
include ApplicationHelper
queue_as :message

def perform(issue_id, user_id)
def perform(issue_id)
issue = Issue.find_by(id: issue_id)
return if issue.blank?
project = issue.project


Loading…
Cancel
Save