Commit 61b892e6 authored by sim's avatar sim

[FIX] typo

parent 178bc94a
...@@ -113,7 +113,7 @@ def query_list(list_id, ...@@ -113,7 +113,7 @@ def query_list(list_id,
query = query.limit(pagination_limit) query = query.limit(pagination_limit)
if pagination_offset: if pagination_offset:
query = query.offset(pagination_offsets) query = query.offset(pagination_offset)
if details and sort: if details and sort:
query = query.order_by(Ngram.terms) query = query.order_by(Ngram.terms)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment