aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/SendReport
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2020-04-06 17:50:01 +0100
committerMatthew Somerville <matthew@mysociety.org>2020-04-06 17:50:01 +0100
commitb892ef1ce69ec4aaa1c3e961c08d00a75877575c (patch)
tree403d1fd9a8bb860db8dd5f4ce769a36fb2a866e1 /perllib/FixMyStreet/SendReport
parent99043455d12b3d7952d21bff0538539a9601ebf0 (diff)
Ignore sending failures within the database query.
This means the code can assume it should be trying to send a report.
Diffstat (limited to 'perllib/FixMyStreet/SendReport')
-rw-r--r--perllib/FixMyStreet/SendReport/Noop.pm5
1 files changed, 0 insertions, 5 deletions
diff --git a/perllib/FixMyStreet/SendReport/Noop.pm b/perllib/FixMyStreet/SendReport/Noop.pm
index 60edda373..933291b7c 100644
--- a/perllib/FixMyStreet/SendReport/Noop.pm
+++ b/perllib/FixMyStreet/SendReport/Noop.pm
@@ -4,9 +4,4 @@ use Moo;
BEGIN { extends 'FixMyStreet::SendReport'; }
-# Always skip when using this method
-sub should_skip {
- return 1;
-}
-
1;