This commit is contained in:
Adria Navarro 2024-07-31 15:20:06 +02:00
parent a6beb0fa82
commit b74841d99d
1 changed files with 2 additions and 2 deletions

View File

@ -651,10 +651,10 @@ export async function buildDefaultDocs() {
return new LinkDocument(
employeeData.table._id!,
"Jobs",
employeeData.rows[index]._id,
employeeData.rows[index]._id!,
jobData.table._id!,
"Assigned",
jobData.rows[index]._id
jobData.rows[index]._id!
)
}
)