Add locustfile
This commit is contained in:
@@ -80,7 +80,6 @@ class FirestoreService:
|
||||
query = (
|
||||
self.db.collection(self.conversations_collection)
|
||||
.where(filter=FieldFilter("telefono", "==", telefono))
|
||||
.order_by("lastModified", direction=firestore.Query.DESCENDING)
|
||||
.limit(1)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user