summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-08-09 04:33:57 +0200
committerDylan William Hardison <dylan@hardison.net>2018-08-20 23:52:52 +0200
commitf2f8c5e6532db45adab694846237992dc6b498e8 (patch)
tree4dae766da2d060ee60dc0955e4bb2af058143ffd
parentbea9c36dd3209ae1126a48ed1ed5d6023579fcf5 (diff)
downloadbugzilla-f2f8c5e6532db45adab694846237992dc6b498e8.tar.gz
bugzilla-f2f8c5e6532db45adab694846237992dc6b498e8.tar.xz
diagnostic code is a string
-rw-r--r--Bugzilla/Quantum/SES.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Quantum/SES.pm b/Bugzilla/Quantum/SES.pm
index 2a1c65802..4badbc247 100644
--- a/Bugzilla/Quantum/SES.pm
+++ b/Bugzilla/Quantum/SES.pm
@@ -121,7 +121,7 @@ my $BouncedRecipients = ArrayRef[
Dict[
emailAddress => Str,
action => Str,
- diagnosticCode => Int,
+ diagnosticCode => Str,
slurpy Any,
],
];