mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 12:27:07 +00:00
Remove spurious line from QC definition
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user