This commit is contained in:
yystopf 2021-10-27 10:48:45 +08:00
parent 9232a284d8
commit c019766df2
1 changed files with 1 additions and 1 deletions

View File

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