Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
merefield committed Jun 11, 2024
1 parent 1947198 commit 0031ea0
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

return topic_ids_found, post_ids_found
topic_ids_found, post_ids_found
end
end
end

0 comments on commit 0031ea0

Please sign in to comment.