|
|
@@ -23,7 +23,7 @@ class Api::V1::Projects::Contributors::StatService < ApplicationService |
|
|
private |
|
|
private |
|
|
def request_params |
|
|
def request_params |
|
|
param = { |
|
|
param = { |
|
|
access_token: token |
|
|
|
|
|
|
|
|
access_token: token, page: page, limit: limit |
|
|
} |
|
|
} |
|
|
param.merge!(branch: branch) if branch.present? |
|
|
param.merge!(branch: branch) if branch.present? |
|
|
param.merge!(pass_year: pass_year) if pass_year.present? |
|
|
param.merge!(pass_year: pass_year) if pass_year.present? |
|
|
|