Skip to content

Commit

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

This reverts commit e1e4c29.
  • Loading branch information
roeedean authored Jan 23, 2025
1 parent 08a267b commit 901c9c7
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 901c9c7

Please sign in to comment.