mirror of
https://github.com/Chaoscaot/schemsearch.git
synced 2025-11-23 04:17:05 +01:00
Fixes
This commit is contained in:
@@ -65,3 +65,7 @@ pub async fn load_schemdata(id: i32) -> Vec<u8> {
|
||||
rows.get(0)
|
||||
}
|
||||
|
||||
pub async fn close() {
|
||||
unsafe { CONN.lock().unwrap().take().unwrap().close().await }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user