Skip to content

Commit

Permalink
Restore get_cached_review_status()
Browse files Browse the repository at this point in the history
  • Loading branch information
puntope committed May 27, 2024
1 parent 88c2119 commit 514bbe5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ private function get_cached_review_status(): ?array {
* @throws Exception If the get_account_review_status API call fails.
*/
private function get_review_status(): ?array {
$review_status = null;
$review_status = $this->get_cached_review_status();

if ( is_null( $review_status ) ) {
$response = $this->get_account_review_status();
Expand Down

0 comments on commit 514bbe5

Please sign in to comment.