mirror of
https://github.com/flibusta-apps/book_bot.git
synced 2025-12-06 15:35:35 +01:00
Add pre-commit
This commit is contained in:
@@ -19,7 +19,7 @@ pub enum TaskStatus {
|
||||
InProgress,
|
||||
Archiving,
|
||||
Complete,
|
||||
Failed
|
||||
Failed,
|
||||
}
|
||||
|
||||
#[derive(Serialize)]
|
||||
@@ -38,7 +38,7 @@ pub struct Task {
|
||||
pub error_message: Option<String>,
|
||||
pub result_filename: Option<String>,
|
||||
pub result_link: Option<String>,
|
||||
pub content_size: Option<u64>
|
||||
pub content_size: Option<u64>,
|
||||
}
|
||||
|
||||
pub async fn create_task(
|
||||
|
||||
Reference in New Issue
Block a user