Skip to content

Commit

Permalink
Remove unused schedulers object
Browse files Browse the repository at this point in the history
  • Loading branch information
shobhitagarwal1612 committed Aug 20, 2023
1 parent 38b4805 commit bb4a618
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import com.google.android.ground.model.submission.Submission
import com.google.android.ground.persistence.remote.DataStoreException
import com.google.android.ground.persistence.remote.RemoteDataStore
import com.google.android.ground.persistence.remote.firebase.schema.GroundFirestore
import com.google.android.ground.rx.Schedulers
import com.google.android.ground.system.ApplicationErrorManager
import com.google.firebase.crashlytics.FirebaseCrashlytics
import com.google.firebase.firestore.WriteBatch
Expand All @@ -51,7 +50,6 @@ internal constructor(
private val errorManager: ApplicationErrorManager,
@IoDispatcher private val ioDispatcher: CoroutineDispatcher,
val db: GroundFirestore,
val schedulers: Schedulers
) : RemoteDataStore {

/**
Expand Down

0 comments on commit bb4a618

Please sign in to comment.