Skip to content

Commit

Permalink
fix: dont fall-through after shouldAttempt on refresh (#9391)
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired authored May 3, 2024
1 parent 64cfbd2 commit a078d67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ember/src/-private/request.gts
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ export class Request<T, RT> extends Component<RequestSignature<T, RT>> {
if (val !== 'refresh') {
this._localRequest = this._latestRequest;
}

return;
}
}

Expand Down

0 comments on commit a078d67

Please sign in to comment.