Skip to content

Commit fd9928b

Browse files
committed
Fix client code
1 parent b2a33e2 commit fd9928b

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
@@ -726,7 +726,7 @@ def create_click_audience(params)
726726
# @param opts [Hash] options
727727
#
728728
# @return [Net::HTTPResponse] This response includes an audience_group_id.
729-
def create_impression_audience
729+
def create_impression_audience(params)
730730
channel_token_required
731731

732732
endpoint_path = '/bot/audienceGroup/imp'

0 commit comments

Comments
 (0)