temp pause

This commit is contained in:
Jai A
2024-01-07 18:38:40 -05:00
parent 34baf44534
commit 035fc69060

View File

@@ -520,6 +520,8 @@ pub async fn process_payout(
redis: &RedisPool,
client: &clickhouse::Client,
) -> Result<(), ApiError> {
return Ok(());
let start: DateTime<Utc> = DateTime::from_naive_utc_and_offset(
(Utc::now() - Duration::days(1))
.date_naive()