1
0
Fork 0
mirror of synced 2024-09-30 17:18:14 +13:00

Formatting code - was causing PR to fail.

This commit is contained in:
mike12345567 2020-10-12 10:41:25 +01:00
parent bd8d4be776
commit 2a2dad3ca4

View file

@ -27,12 +27,12 @@ exports.createLinkView = async instanceId => {
let doc2 = doc.doc2
emit([doc1.tableId, doc1.rowId], {
id: doc2.rowId,
thisId: doc1.rowId,
thisId: doc1.rowId,
fieldName: doc1.fieldName,
})
emit([doc2.tableId, doc2.rowId], {
id: doc1.rowId,
thisId: doc2.rowId,
thisId: doc2.rowId,
fieldName: doc2.fieldName,
})
}