Skip to content

Commit

Permalink
fix discount double check
Browse files Browse the repository at this point in the history
  • Loading branch information
protitude committed Apr 25, 2024
1 parent c53f806 commit d4908f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Plugin/PrincessList.php
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ public function cron($limit_query = 1) {
$princess_discount_double_check++;
$this->state->set('servicenow.princess.doublecheck', $princess_discount_double_check);
}
$this->complete();
}
else {
$new_offset = $set_limit + $this->plOffset;
Expand Down

0 comments on commit d4908f4

Please sign in to comment.