Skip to content
Permalink
Browse files Browse the repository at this point in the history
chore: Changed ExistingWorkPolicy to REPLACE in fake request worker
  • Loading branch information
Oscar Rodriguez committed Oct 15, 2020
1 parent 7fdc7de commit 9627f4d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -98,7 +98,7 @@ class FakeInfectionReportWorker(context: Context, workerParams: WorkerParameters
preferencesRepository.setTDummy(tDummy)
}

start(applicationContext, tDummy, ExistingWorkPolicy.APPEND)
start(applicationContext, tDummy, ExistingWorkPolicy.REPLACE)
return Result.success()
}

Expand Down

0 comments on commit 9627f4d

Please sign in to comment.