diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-04-06 10:43:28 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-04-06 10:43:57 +0100 |
commit | 12b045dffaa981709739d5bdd04c8d1294664934 (patch) | |
tree | e5001547d8371c3c2bbfbfb83c8075879913f97c | |
parent | 9a355329fe7e3012e3ca50b96329b277aff412d6 (diff) |
[Westminster] Explicitly return no extra data.
Otherwise something can be passed back, confusing the
parent Open311 sending code. Missed in 7ed37641.
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Westminster.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Westminster.pm b/perllib/FixMyStreet/Cobrand/Westminster.pm index d991ab165..c9f31f7f9 100644 --- a/perllib/FixMyStreet/Cobrand/Westminster.pm +++ b/perllib/FixMyStreet/Cobrand/Westminster.pm @@ -99,6 +99,8 @@ sub open311_extra_data { push @$extra, { name => 'UPRN', value => $ref }; } } + + return undef; } sub lookup_site_code_config { |