1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00

Undo literal changes

This commit is contained in:
adrinr 2023-02-22 11:02:32 +00:00
parent b9c54b6fe6
commit e350f6b166

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} }}`,
})
})
}