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:
Geometrically
2020-10-14 13:19:38 -07:00
committed by GitHub
parent 1072d1306b
commit ad29f2477e
13 changed files with 513 additions and 174 deletions

View File

@@ -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"),