Merge remote-tracking branch 'origin/uitesting' into uitesting
This commit is contained in:
commit
d9dd3bbb0a
1 changed files with 1 additions and 1 deletions
|
@ -91,4 +91,4 @@ class FirebaseSubjectDAO @Inject constructor(
|
||||||
|
|
||||||
fun Query.subjectNotArchived(): Query =
|
fun Query.subjectNotArchived(): Query =
|
||||||
this.whereEqualTo(SubjectDocument.archived, false)
|
this.whereEqualTo(SubjectDocument.archived, false)
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue