]> git.ktnx.net Git - lsl.git/commitdiff
remove spurious parameter
authorDamyan Ivanov <dmn@debian.org>
Wed, 16 Feb 2022 17:07:33 +0000 (17:07 +0000)
committerDamyan Ivanov <dmn@debian.org>
Wed, 16 Feb 2022 17:07:33 +0000 (17:07 +0000)
lib/App/LazyShoppingList/API/v1.pm

index cc8c1637057b2cbf0ae629dd7f8a3ca762f370cd..3e3565b9d1a9a8dfa45a96de10467e7c90d82abc 100644 (file)
@@ -195,7 +195,7 @@ put '/list/:list_id/:item_id' => sub {
     {
         unless ($version == $item->version) {
             $dbh->txn_commit;
-            return exception 409, exception =>
+            return exception 409,
                 sprintf( 'Outdated version (current is %d)', $item->version );
         }