Rework documents (#2347)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2022-11-02 14:50:14 +06:00
committed by GitHub
parent d52f7ab18b
commit f69439eaef
332 changed files with 5981 additions and 4326 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ export async function getEmployeeAccount (
await control.modelDb.findAll(
contact.class.EmployeeAccount,
{
employee: employee
employee
},
{ limit: 1 }
)