Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero committed Nov 24, 2024
1 parent 59790af commit 6ed36ff
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ class ChatSetupEntitlementResolver extends Disposable {

const entitlement = await this.doResolveEntitlement(session, token);
if (typeof entitlement === 'number' && !token.isCancellationRequested) {
this.resolvedEntitlement = entitlement;
this.update(entitlement);
}
}
Expand Down

0 comments on commit 6ed36ff

Please sign in to comment.