fix migrations deleting all playlists

This commit is contained in:
mungai-njoroge
2024-03-11 11:33:59 +03:00
committed by Mungai Njoroge
parent ae031014a9
commit 99ec11565c
4 changed files with 18 additions and 10 deletions
+1 -2
View File
@@ -138,9 +138,8 @@ def get_top_results(query: TopResultsQuery):
Returns the top results for the given query.
"""
query = query.q
limit = query.limit
query = query.q
in_quotes = query_in_quotes(query)