'medreport.update_account' should also update email

This commit is contained in:
2025-09-08 23:43:24 +03:00
parent 2c63875806
commit 0e063cd5dc
3 changed files with 30 additions and 0 deletions

View File

@@ -2053,6 +2053,7 @@ export type Database = {
p_personal_code: string
p_phone: string
p_uid: string
p_email: string
}
Returns: undefined
}