From f2f8c5e6532db45adab694846237992dc6b498e8 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Wed, 8 Aug 2018 22:33:57 -0400 Subject: diagnostic code is a string --- Bugzilla/Quantum/SES.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ], ]; -- cgit v1.2.3-24-g4f1b