Skip to content

Commit

Permalink
[#2] Fix last second typo :-P
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Cohen Arazi <[email protected]>
  • Loading branch information
tomascohen committed Feb 20, 2025
1 parent 6928aff commit e184b3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ All filtering options are not mandatory.
=cut

sub circulation_requests {
my ( $self, $args ) = @_;
my ( $self, $params ) = @_;

$self->validate_params( { params => $params, required => qw(startTime endTime), } );

Expand Down

0 comments on commit e184b3f

Please sign in to comment.