fix: remove stray byebug
This commit is contained in:
@@ -2,7 +2,6 @@ module Enterprise::Public::Api::V1::Portals::SearchController
|
||||
private
|
||||
|
||||
def search_articles
|
||||
byebug
|
||||
if @portal.account.feature_enabled?('help_center_embedding_search')
|
||||
@articles = @articles.vector_search(search_params) if @query.present?
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user