fix: fix MySQLClient close not exisit connection
This commit is contained in:
parent
cf3abfc12b
commit
09d4346608
|
|
@ -139,7 +139,6 @@ class _PersonalInfoState extends State<PersonalInfo> {
|
|||
} catch (e) {
|
||||
print('Error: $e');
|
||||
} finally {
|
||||
await conn.close();
|
||||
await conn.close();
|
||||
print('finally儲存更新狀態:$_isEditing');
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user