Merge branch 'develop' into standalone_develop
This commit is contained in:
commit
f0b8489828
|
@ -16,15 +16,15 @@ class Cache::V2::UserDateRankService < ApplicationService
|
||||||
end
|
end
|
||||||
|
|
||||||
def read_rank
|
def read_rank
|
||||||
user_rank
|
user_rank unless @user_id.blank?
|
||||||
end
|
end
|
||||||
|
|
||||||
def read_statistic
|
def read_statistic
|
||||||
user_statistic
|
user_statistic unless @user_id.blank?
|
||||||
end
|
end
|
||||||
|
|
||||||
def call
|
def call
|
||||||
set_user_rank
|
set_user_rank unless @user_id.blank?
|
||||||
end
|
end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
Loading…
Reference in New Issue