mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 17:20:08 +00:00
update comment
This commit is contained in:
parent
da33fa053e
commit
1457954ee3
@ -48,7 +48,7 @@ impl Database {
|
|||||||
// Tools
|
// Tools
|
||||||
|
|
||||||
fn init(mut connection: RwLockWriteGuard<'_, Connection>) -> Result<(), Error> {
|
fn init(mut connection: RwLockWriteGuard<'_, Connection>) -> Result<(), Error> {
|
||||||
// Create transaction
|
// Begin transaction
|
||||||
let transaction = connection.transaction()?;
|
let transaction = connection.transaction()?;
|
||||||
|
|
||||||
// Init profile components
|
// Init profile components
|
||||||
|
Loading…
x
Reference in New Issue
Block a user