Add comment

This commit is contained in:
Adria Navarro 2023-09-29 14:05:52 +02:00
parent c5e52f7cbe
commit 1f7aa772c9
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ export class ExternalRequest<T extends Operation> {
}
newRow[field.foreignKey || linkTablePrimary] = breakRowIdField(id)[0]
} else {
//
// Removing from both new and row, as we don't know if it has already been processed
row[field.foreignKey || linkTablePrimary] = null
newRow[field.foreignKey || linkTablePrimary] = null
}