Skip to content

Commit

Permalink
Revert "fix(FEC-14248): Anonymous session by user and not ks + remark…
Browse files Browse the repository at this point in the history
…s" (#253)

Reverts #250
  • Loading branch information
roeedean authored Jan 23, 2025
1 parent 08a267b commit b839d76
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/k-provider/ovp/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ export default class OVPProvider extends BaseProvider<OVPProviderMediaInfoObject

this._isAnonymous = !this._ks ? true : undefined;
if (this._isAnonymous === undefined) {
this.initializeUserResponse(OVPConfiguration.serviceUrl, this._ks).then(() => {
this._logger.info('User response initialized');
}).catch(err => {
this.initializeUserResponse(OVPConfiguration.serviceUrl, this._ks).catch(err => {
this._logger.error('Failed to initialize user response', err);
});
}
Expand Down

0 comments on commit b839d76

Please sign in to comment.