diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-08-09 04:33:57 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-08-20 23:52:52 +0200 |
commit | f2f8c5e6532db45adab694846237992dc6b498e8 (patch) | |
tree | 4dae766da2d060ee60dc0955e4bb2af058143ffd /Bugzilla/Quantum/SES.pm | |
parent | bea9c36dd3209ae1126a48ed1ed5d6023579fcf5 (diff) | |
download | bugzilla-f2f8c5e6532db45adab694846237992dc6b498e8.tar.gz bugzilla-f2f8c5e6532db45adab694846237992dc6b498e8.tar.xz |
diagnostic code is a string
Diffstat (limited to 'Bugzilla/Quantum/SES.pm')
-rw-r--r-- | Bugzilla/Quantum/SES.pm | 2 |
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, ], ]; |