force refresh user data after cron

This commit is contained in:
Phillip Thelen 2023-01-25 16:25:55 +01:00
parent 706c239153
commit 10e1ebc8ce

View file

@ -305,6 +305,7 @@ class UserRepositoryImpl(
taskRepository.bulkScoreTasks(scoringList)
}
apiClient.runCron()
retrieveUser(true, true)
}
override suspend fun useCustomization(type: String, category: String?, identifier: String): User? {