This commit is contained in:
vilet.yy 2021-04-06 16:33:14 +08:00
parent b11fd350da
commit a66e5b876d
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ class Project < ApplicationRecord
return "Developer" if develper?(user)
return "Reporter" if reporter?(user)
return "Reporter"
return ""
end
def fork_project