fixes stack overflow :) (#88)

* fixes stack overflow :)

* removed unnecessary comment
This commit is contained in:
Wyatt Verchere
2023-04-18 14:43:30 -07:00
committed by GitHub
parent 63d2785b2f
commit 640db2d079
3 changed files with 34 additions and 51 deletions

View File

@@ -105,7 +105,7 @@ impl State {
let (metadata, profiles) = loading_join! {
Some(&loading_bar), 20.0, Some("Initializing metadata and profiles...");
metadata_fut, profiles_fut
};
}?;
emit_loading(&loading_bar, 10.0, None).await?;
let users = Users::init(&database)?;

View File

@@ -208,7 +208,7 @@ impl Tags {
licenses_fut,
donation_platforms_fut,
report_types_fut
);
)?;
// Store the tags in the database
self.0.categories.insert(