Skip to content

Commit

Permalink
doc: Req refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejol committed Feb 11, 2025
1 parent 3d4d327 commit c68104e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/Ravada/Request.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1996,6 +1996,12 @@ sub _select_db($self) {
return $row;
}

=head2 refresh
Refresh request status and data
=cut

sub refresh($self) {
delete $self->{_data};
}
Expand Down

0 comments on commit c68104e

Please sign in to comment.