diff options
-rw-r--r-- | perllib/FixMyStreet/Cobrand/FiksGataMi.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/FiksGataMi.pm b/perllib/FixMyStreet/Cobrand/FiksGataMi.pm index 7ffcbb3c8..15cdf80d2 100644 --- a/perllib/FixMyStreet/Cobrand/FiksGataMi.pm +++ b/perllib/FixMyStreet/Cobrand/FiksGataMi.pm @@ -35,7 +35,7 @@ sub disambiguate_location { } sub area_types { - return ( 'NKO', 'NFY' ); + return ( 'NKO', 'NFY', 'NRA' ); } sub area_min_generation { |