Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Oct 14, 2020
1 parent c81cd8c commit 1acbde3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/firestore_v1/document.py
Expand Up @@ -399,7 +399,7 @@ def collections(
for i in iterator.collection_ids:
yield self.collection(i)
if iterator.next_page_token:
next_request = request.cpoy()
next_request = request.copy()
next_request["page_token"] = iterator.next_page_token
iterator = self._client._firestore_api.list_collection_ids(
request=request, metadata=self._client._rpc_metadata, **kwargs
Expand Down

0 comments on commit 1acbde3

Please sign in to comment.