Bug 34881: (QA follow-up) Remove stray paren

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Nick Clemens 2023-10-12 14:53:50 +00:00 committed by Tomas Cohen Arazi
parent d9463f82c4
commit 0128ce5b10
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -34,7 +34,7 @@ return {
$lost_val++;
$dbh->do(
qq{)
qq{
INSERT INTO authorised_values (category,authorised_value,lib) VALUES ('LOST',$lost_val,'Missing from bundle')
}
);