You've already forked AstralRinth
forked from didirus/AstralRinth
Lots of little fixes (#73)
* Lots of little fixes * Change + Add TODOs back that were incomplete * Fix migrations * Run prepare * Minor fixes * Fix formatting * SQLX Prepare
This commit is contained in:
@@ -197,9 +197,9 @@ pub async fn index_curseforge(
|
||||
page_url: curseforge_mod.website_url,
|
||||
icon_url,
|
||||
author_url: (&curseforge_mod.authors[0].url).to_string(),
|
||||
date_created: created.to_rfc3339(),
|
||||
date_created: created,
|
||||
created_timestamp: created.timestamp(),
|
||||
date_modified: modified.to_rfc3339(),
|
||||
date_modified: modified,
|
||||
modified_timestamp: modified.timestamp(),
|
||||
latest_version,
|
||||
host: Cow::Borrowed("curseforge"),
|
||||
|
||||
Reference in New Issue
Block a user