Skip to content

Commit 1861a6b

Browse files
authored
Revert "fix(FEC-14248): Anonymous session by user and not ks" (#254)
Reverts #252
1 parent b839d76 commit 1861a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/k-provider/ovp/response-types/kaltura-user-get-response.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ export class KalturaUserGetResponse {
66
}
77

88
public isAnonymous(): boolean {
9-
return this.id === '0' || this.id === '' || this.id === null;
9+
return this.id === '0' || this.id === null;
1010
}
1111
}

0 commit comments

Comments
 (0)