temp pause

This commit is contained in:
Jai A 2024-01-07 18:38:40 -05:00
parent 34baf44534
commit 035fc69060
No known key found for this signature in database
GPG Key ID: 9A9F9B7250E9883C

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()