Skip to content

Commit

Permalink
further linting
Browse files Browse the repository at this point in the history
  • Loading branch information
merefield committed Jun 11, 2024
1 parent 0031ea0 commit ad981eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/discourse_chatbot/functions/forum_search_function.rb
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def find_post_and_topic_ids_from_raw_urls(raw)
topic_ids_found << post.topic_id
end

topic_ids_found, post_ids_found
[topic_ids_found, post_ids_found]
end
end
end

0 comments on commit ad981eb

Please sign in to comment.