You've already forked AstralRinth
forked from didirus/AstralRinth
Remove scheduling webhook check (#728)
This commit is contained in:
@@ -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!(
|
sqlx::query!(
|
||||||
"
|
"
|
||||||
UPDATE mods
|
UPDATE mods
|
||||||
|
|||||||
Reference in New Issue
Block a user