Skip to content

Commit

Permalink
disable anibis
Browse files Browse the repository at this point in the history
  • Loading branch information
okkdev committed Dec 5, 2023
1 parent a52439c commit d17b204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/chuko/search_engine.ex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Chuko.SearchEngine do
alias Chuko.Api.Platform

@platforms [TuttiGql, Anibis, Ricardo]
@platforms [TuttiGql, Ricardo]

def search_platforms(query, session_id, platforms \\ @platforms)
when is_binary(query) and is_list(platforms) do
Expand Down

0 comments on commit d17b204

Please sign in to comment.