Skip to content

Commit 396e922

Browse files
committed
Remove unused property
1 parent cdf44c6 commit 396e922

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Source/projections/Builder/ProjectionBuilderForReadModel.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ type OnMethodSpecification = [TypeOrEventType, KeySelectorBuilderCallback, Proje
2626
* Represents a builder for building {@link IProjection}.
2727
*/
2828
export class ProjectionBuilderForReadModel<T> implements ICanBuildAndRegisterAProjection {
29-
private _initialState?: T;
3029
private _onMethods: OnMethodSpecification[] = [];
3130

3231
/**

0 commit comments

Comments
 (0)