You've already forked AstralRinth
forked from didirus/AstralRinth
Taplo and typos in CI, TOML cleanup (#4510)
* Taplo and typos in CI * Clean up Cargo.toml files * Fix CI * Fix CI * Run typos in CI * Loosen typos a bit * Fix typos * Fix taplo * Switch to Tombi * Fix Tombi errors * Remove unused typos config * Tombi fmt * Remove extraneous cargo fmt * fix typos
This commit is contained in:
@@ -33,7 +33,7 @@ pub struct FormResponse {
|
||||
pub company_name: String,
|
||||
pub company_email: String,
|
||||
pub reference_id: String,
|
||||
/// This is a DateTime, but it's not consistent wether it has a
|
||||
/// This is a DateTime, but it's not consistent whether it has a
|
||||
/// timezone or not, so we just parse it as a string and use [`Utc::now()`](fn@chrono::Utc::now)
|
||||
/// rather than using the provided DateTime.
|
||||
pub signed_at: Option<String>,
|
||||
|
||||
@@ -198,7 +198,7 @@ pub async fn delete_old_images(
|
||||
|
||||
// check changes to associated images
|
||||
// if they no longer exist in the String list, delete them
|
||||
// Eg: if description is modified and no longer contains a link to an iamge
|
||||
// Eg: if description is modified and no longer contains a link to an image
|
||||
pub async fn delete_unused_images(
|
||||
context: ImageContext,
|
||||
reference_strings: Vec<&str>,
|
||||
|
||||
Reference in New Issue
Block a user