Bug 33854: Fix typo in ImportBatchProfiles controller

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Tomás Cohen Arazi 2023-05-29 10:59:53 -03:00
parent 4ede366268
commit c84f06ec62
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -67,8 +67,6 @@ sub add {
my $body = $c->validation->param('body');
$body =
return try {
my $profile = Koha::ImportBatchProfile->new_from_api( $body )->store;
return $c->render(
@ -142,4 +140,4 @@ sub delete {
};
}
1;
1;