Skip to content

Commit

Permalink
fix: fixed AbstractSingleItemDbxFirebaseDocument constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
dereekb committed Jun 28, 2022
1 parent 4fe77df commit c266603
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@ export class AbstractDbxFirebaseDocumentWithParentStore<T, PT, D extends Firesto
* AbstractDbxFirebaseDocumentWithParentStore extension for use with SingleItemFirestoreCollection.
*/
export class AbstractSingleItemDbxFirebaseDocument<T, PT, D extends FirestoreDocument<T> = FirestoreDocument<T>, PD extends FirestoreDocument<PT> = FirestoreDocument<PT>, C extends DbxFirebaseDocumentWithParentStoreContextState<T, PT, D, PD> = DbxFirebaseDocumentWithParentStoreContextState<T, PT, D, PD>> extends AbstractDbxFirebaseDocumentWithParentStore<T, PT, D, PD, C> {
protected constructor(protected override readonly initialState?: C) {
super();
}

/**
* Sets the SingleItemFirestoreCollection to use.
*/
Expand Down

0 comments on commit c266603

Please sign in to comment.