You've already forked AstralRinth
forked from didirus/AstralRinth
fixes stack overflow :) (#88)
* fixes stack overflow :) * removed unnecessary comment
This commit is contained in:
@@ -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)?;
|
||||
|
||||
@@ -208,7 +208,7 @@ impl Tags {
|
||||
licenses_fut,
|
||||
donation_platforms_fut,
|
||||
report_types_fut
|
||||
);
|
||||
)?;
|
||||
|
||||
// Store the tags in the database
|
||||
self.0.categories.insert(
|
||||
|
||||
Reference in New Issue
Block a user