wip
This commit is contained in:
@@ -54,10 +54,6 @@ export class SessionState implements IValueObject<SessionStateProps> {
|
||||
return this._value;
|
||||
}
|
||||
|
||||
equals(other: SessionState): boolean {
|
||||
return this._value === other._value;
|
||||
}
|
||||
|
||||
isPending(): boolean {
|
||||
return this._value === 'PENDING';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user