Skip to content

Commit

Permalink
revert properties
Browse files Browse the repository at this point in the history
  • Loading branch information
agatav committed Sep 10, 2024
1 parent f56e1d0 commit f41267e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1144,14 +1144,14 @@ def _process_search(
{
"filters": [{"value": int(self._state.timestamp() * 1000), "propertyName": self.last_modified_field, "operator": "GTE"}],
"sorts": [{"propertyName": self.last_modified_field, "direction": "ASCENDING"}],
#"properties": properties_list,
"properties": properties_list,
"limit": 100,
}
if self.state
else {
"filters": [{"value": int(self._start_date.timestamp() * 1000), "propertyName": self.last_modified_field, "operator": "GTE"}],
"sorts": [{"propertyName": self.last_modified_field, "direction": "ASCENDING"}],
#"properties": properties_list,
"properties": properties_list,
"limit": 100,
}
)
Expand Down

0 comments on commit f41267e

Please sign in to comment.