mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
fix
This commit is contained in:
@@ -24,7 +24,7 @@ class Cache::V2::OwnerCommonService < ApplicationService
|
||||
|
||||
private
|
||||
def load_owner
|
||||
@owner = User.find_by(login: @login)
|
||||
@owner = Owner.find_by(login: @login)
|
||||
end
|
||||
|
||||
def owner_common_key
|
||||
|
||||
Reference in New Issue
Block a user