Skip to content

Commit

Permalink
fix libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 committed Jan 19, 2025
1 parent 94a2441 commit 26b3e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/api/src/system/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,6 @@ impl InnerSystem {
db_name: "".to_string(),
},
};
Self::bootstrap(&db).await.map(Arc::new)
Self::bootstrap(db).await.map(Arc::new)
}
}

0 comments on commit 26b3e02

Please sign in to comment.