mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
update comment
This commit is contained in:
parent
da33fa053e
commit
1457954ee3
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ impl Database {
|
|||
// Tools
|
||||
|
||||
fn init(mut connection: RwLockWriteGuard<'_, Connection>) -> Result<(), Error> {
|
||||
// Create transaction
|
||||
// Begin transaction
|
||||
let transaction = connection.transaction()?;
|
||||
|
||||
// Init profile components
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue