fix: missing ;

This commit is contained in:
Dominik Meyer 2025-02-09 12:10:32 +01:00
parent 7ca06e4dc6
commit a9a301ae11
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97

View File

@ -112,7 +112,7 @@ sub updateTransactionWithLmtpInfo
my $row = $self->{fetch_dovecot_details_sth}->fetchrow_hashref;
my $username = $row->{username}
my $username = $row->{username};
my $hostname = $row->{hostname};
my $port = $row->{port};