Skip to content

Commit feef6a1

Browse files
committed
chore: update deps
1 parent 83b2c4a commit feef6a1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src-tauri/src/dbs/project.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ pub async fn project_db_insert(
3737
let project_db = app_state.project_db.lock().await;
3838
let db = project_db.clone().unwrap();
3939
let project_details = bincode::serialize(&project_details).unwrap();
40-
// project_id - [driver, user, password, host, port]
4140
db.insert(project_id, project_details).unwrap();
4241
Ok(())
4342
}
@@ -49,4 +48,3 @@ pub async fn project_db_delete(project_id: &str, app_state: State<'_, AppState>)
4948
db.remove(project_id).unwrap();
5049
Ok(())
5150
}
52-

0 commit comments

Comments
 (0)