fix: fix MySQLClient close not exisit connection

This commit is contained in:
JingChiang 2024-09-08 20:37:27 +08:00
parent cf3abfc12b
commit 09d4346608

View File

@ -139,7 +139,6 @@ class _PersonalInfoState extends State<PersonalInfo> {
} catch (e) {
print('Error: $e');
} finally {
await conn.close();
await conn.close();
print('finally儲存更新狀態:$_isEditing');
}