We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a52439c commit d17b204Copy full SHA for d17b204
lib/chuko/search_engine.ex
@@ -1,7 +1,7 @@
1
defmodule Chuko.SearchEngine do
2
alias Chuko.Api.Platform
3
4
- @platforms [TuttiGql, Anibis, Ricardo]
+ @platforms [TuttiGql, Ricardo]
5
6
def search_platforms(query, session_id, platforms \\ @platforms)
7
when is_binary(query) and is_list(platforms) do
0 commit comments