Undo literal changes
This commit is contained in:
parent
b9c54b6fe6
commit
e350f6b166
|
@ -316,7 +316,7 @@ export class ExternalRequest {
|
||||||
key: otherKey,
|
key: otherKey,
|
||||||
[thisKey]: breakRowIdField(relationship)[0],
|
[thisKey]: breakRowIdField(relationship)[0],
|
||||||
// leave the ID for enrichment later
|
// leave the ID for enrichment later
|
||||||
[otherKey]: `{{ literal [${table.name}.${tablePrimary}] }}`,
|
[otherKey]: `{{ literal ${tablePrimary} }}`,
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue