From 51d8d6f34b4db135dab34a8ff4761e523c6b4e88 Mon Sep 17 00:00:00 2001 From: Ed Kelly <“ekelly@sapient.com”> Date: Fri, 8 Sep 2017 16:47:27 +0100 Subject: [PATCH] Fixing anpr --- services/anpr.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/anpr.js b/services/anpr.js index cc9d62c..7d3d483 100644 --- a/services/anpr.js +++ b/services/anpr.js @@ -25,7 +25,7 @@ module.exports = { return '1'; } - if (part === '0' || part === 'Q') { + if (part === 'Q') { return 'O'; }