Remove scheduling webhook check (#728)

This commit is contained in:
Geometrically
2023-10-12 11:21:26 -07:00
committed by GitHub
parent 07ecd13554
commit d66270eef0

View File

@@ -1633,12 +1633,6 @@ pub async fn project_schedule(
));
}
if project_item.inner.webhook_sent {
return Err(ApiError::InvalidInput(
"This project already has been published. It cannot be scheduled!".to_string(),
));
}
sqlx::query!(
"
UPDATE mods