Skip to content

Commit

Permalink
feat: check sns
Browse files Browse the repository at this point in the history
  • Loading branch information
totalimmersion committed Oct 30, 2023
1 parent e03f63a commit 521f162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stream-chat/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ def check_sqs(sqs_key = nil, sqs_secret = nil, sqs_url = nil)
#
# When no parameters are given, the current SNS app settings are used.
sig { params(sns_key: T.nilable(String), sns_secret: T.nilable(String), sns_topic_arn: T.nilable(String)).returns(StreamChat::StreamResponse) }
def check_sqs(sns_key = nil, sns_secret = nil, sns_topic_arn = nil)
def check_sns(sns_key = nil, sns_secret = nil, sns_topic_arn = nil)
post('check_sns', data: { sns_key: sns_key, sns_secret: sns_secret, sns_topic_arn: sns_topic_arn })
end

Expand Down

0 comments on commit 521f162

Please # to comment.