Skip to content

Commit

Permalink
Adjust for bug 36483
Browse files Browse the repository at this point in the history
  • Loading branch information
kidclamp committed Mar 10, 2025
1 parent 27a09b1 commit d207334
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ sub create_pickup {

$pickup->notify_new_pickup();

return $c->render( status => 200, openapi => $c->object->to_api($pickup) );
return $c->render( status => 200, openapi => $c->objects->to_api($pickup) );
}
} catch {
$c->unhandled_exception();
Expand Down

0 comments on commit d207334

Please sign in to comment.