Undo literal changes

This commit is contained in:
adrinr 2023-02-22 11:02:32 +00:00
parent d9bc01782d
commit 9031d5bc19
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ export class ExternalRequest {
key: otherKey,
[thisKey]: breakRowIdField(relationship)[0],
// leave the ID for enrichment later
[otherKey]: `{{ literal [${table.name}.${tablePrimary}] }}`,
[otherKey]: `{{ literal ${tablePrimary} }}`,
})
})
}