This commit is contained in:
yystopf 2024-03-06 09:02:25 +08:00
parent be531eb283
commit d20a7b65c2
1 changed files with 0 additions and 1 deletions

View File

@ -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?