Skip to content
Snippets Groups Projects
Unverified Commit 336bc488 authored by Cam Saul's avatar Cam Saul
Browse files

Fix typo in the no-preview-display analyzer

parent f23cf670
Branches
Tags
No related merge requests found
......@@ -17,4 +17,4 @@
(when-let [average-length (get-in fingerprint [:type :type/Text :average-length])]
(when (> average-length average-length-no-preview-threshold)
(assoc field
:npreview_display false)))))
:preview_display false)))))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment