mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-23 23:13:58 +08:00
chore: clean store service comment
This commit is contained in:
@ -274,7 +274,7 @@ class StoreService(Service):
|
||||
"page": page,
|
||||
"limit": limit,
|
||||
"fields": ",".join(fields) if fields is not None else ",".join(self.default_fields),
|
||||
"meta": "filter_count", # !This is DEPRECATED so we should remove it ASAP
|
||||
"meta": "filter_count", # Kept for Directus compatibility.
|
||||
}
|
||||
# ?aggregate[count]=likes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user