This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Gitlink
/
forgeplus
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
16
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
新增时向grimoirelab推送事件
pull/342/head
xxq250
3 years ago
parent
c872f50685
commit
d578c5c8df
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save