fix
This commit is contained in:
parent
be531eb283
commit
d20a7b65c2
|
@ -171,7 +171,6 @@ class Issue < ApplicationRecord
|
|||
def decre_platform_statistic
|
||||
CacheAsyncSetJob.perform_later('platform_statistic_service', {issue_count: -1}) if is_issuely_issue?
|
||||
end
|
||||
end
|
||||
|
||||
def get_assign_user
|
||||
User&.find_by_id(self.assigned_to_id) if self.assigned_to_id.present?
|
||||
|
|
Loading…
Reference in New Issue