Skip to content

Commit

Permalink
Fixing anpr
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed Kelly committed Sep 8, 2017
1 parent 6aa0263 commit 51d8d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/anpr.js
Expand Up @@ -25,7 +25,7 @@ module.exports = {
return '1';
}

if (part === '0' || part === 'Q') {
if (part === 'Q') {
return 'O';
}

Expand Down

0 comments on commit 51d8d6f

Please sign in to comment.