Skip to content

Commit

Permalink
Update store.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodion authored Jun 26, 2020
1 parent dd3d828 commit 70e826f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notion/store.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ def call_query_collection(
"loader": {
"limit": 10000,
"loadContentCover": True,
"query": search,
"searchQuery": search,
"userLocale": "en",
"userTimeZone": str(get_localzone()),
"type": type,
Expand Down

0 comments on commit 70e826f

Please sign in to comment.