We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d3763a commit 70e358bCopy full SHA for 70e358b
1 file changed
index.js
@@ -35,10 +35,6 @@ function parseUnit (postcode) {
35
function Postcode (rawPostcode) {
36
this._raw = rawPostcode;
37
this._valid = isValidPostcode(rawPostcode);
38
-
39
- if (!this._valid) {
40
- return null;
41
- }
42
}
43
44
Postcode.validOutcode = function (outcode) {
0 commit comments