We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc67783 commit e76d60cCopy full SHA for e76d60c
lib/line/bot/client.rb
@@ -1034,7 +1034,7 @@ def get_aggregation_list(limit: nil, start: nil)
1034
channel_token_required
1035
1036
params = {limit: limit, start: start}.compact
1037
- endpoint_path = "/bot/message/aggregation/list?" + + URI.encode_www_form(params)
+ endpoint_path = "/bot/message/aggregation/list?" + URI.encode_www_form(params)
1038
get(endpoint, endpoint_path, credentials)
1039
end
1040
0 commit comments