mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
fix
This commit is contained in:
@@ -171,7 +171,6 @@ class Issue < ApplicationRecord
|
|||||||
def decre_platform_statistic
|
def decre_platform_statistic
|
||||||
CacheAsyncSetJob.perform_later('platform_statistic_service', {issue_count: -1}) if is_issuely_issue?
|
CacheAsyncSetJob.perform_later('platform_statistic_service', {issue_count: -1}) if is_issuely_issue?
|
||||||
end
|
end
|
||||||
end
|
|
||||||
|
|
||||||
def get_assign_user
|
def get_assign_user
|
||||||
User&.find_by_id(self.assigned_to_id) if self.assigned_to_id.present?
|
User&.find_by_id(self.assigned_to_id) if self.assigned_to_id.present?
|
||||||
|
|||||||
Reference in New Issue
Block a user