Skip to content

Commit e76d60c

Browse files
yskkinzenizh
andauthored
fix typo
Co-authored-by: Hiroki Zenigami <[email protected]>
1 parent cc67783 commit e76d60c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/line/bot/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1034,7 +1034,7 @@ def get_aggregation_list(limit: nil, start: nil)
10341034
channel_token_required
10351035

10361036
params = {limit: limit, start: start}.compact
1037-
endpoint_path = "/bot/message/aggregation/list?" + + URI.encode_www_form(params)
1037+
endpoint_path = "/bot/message/aggregation/list?" + URI.encode_www_form(params)
10381038
get(endpoint, endpoint_path, credentials)
10391039
end
10401040

0 commit comments

Comments
 (0)