From 191e706851c98fe71a83b7a86b92fd3875c1d878 Mon Sep 17 00:00:00 2001 From: Sam Scholten Date: Fri, 29 Sep 2023 00:12:50 -0400 Subject: [PATCH] Ugh --- insights/attachments/link_qr_code_attachment.yml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 insights/attachments/link_qr_code_attachment.yml diff --git a/insights/attachments/link_qr_code_attachment.yml b/insights/attachments/link_qr_code_attachment.yml deleted file mode 100644 index 398dc63b16d..00000000000 --- a/insights/attachments/link_qr_code_attachment.yml +++ /dev/null @@ -1,7 +0,0 @@ -name: "QR Code Link in attachment" -type: "query" -source: | - and any(attachments, - (.file_type in $file_types_images or .file_type == "pdf") - and map(file.explode(.), - .scan.qr.url.url))