From 69f43c129ba18ccb1880adcaa3332882f68f9cc8 Mon Sep 17 00:00:00 2001 From: "D. Berge" Date: Sat, 12 Sep 2020 21:22:13 +0200 Subject: [PATCH] Remove spurious line from QC definition --- etc/qc/default/definitions.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/etc/qc/default/definitions.yaml b/etc/qc/default/definitions.yaml index efea256..b165601 100644 --- a/etc/qc/default/definitions.yaml +++ b/etc/qc/default/definitions.yaml @@ -75,7 +75,6 @@ - name: "Synchronisation (error)" check: | - currentItem._ = (k) => k.split(".").reduce((a, b) => typeof a != "undefined" ? a[b] : a, currentItem); const currentShot = currentItem; const gunData = currentShot._("raw_meta.smsrc"); let result = [];