Fixed actor search query.

This commit is contained in:
DebaucheryLibrarian 2021-08-23 01:35:46 +02:00
parent 3fc4dc15df
commit 0a4152b4b7
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ function initUiActions(store, _router) {
rank
}
actors: searchActors(
search: $query,
query: $query,
first: $limit
) {
id