Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
Disable time window
Browse files Browse the repository at this point in the history
  • Loading branch information
augustuswm committed Aug 15, 2024
1 parent 5dabb88 commit 7988815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cio/src/sf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pub async fn refresh_sf_leads(db: &Database, company: &Company) -> Result<()> {
.filter(
not_yet_processed
.and(not_excluded)
.and(outside_webhook_time_window)
// .and(outside_webhook_time_window)
.and(has_company),
)
.limit(1000)
Expand Down

0 comments on commit 7988815

Please sign in to comment.