This commit is contained in:
Aria Moradi 2021-04-18 11:50:02 +04:30
parent 8fbf564177
commit c9ef5f9b9d

View File

@ -137,7 +137,7 @@ object LegacyBackupExport : LegacyBackupBase() {
}
private fun backupCategories(root: JsonArray) {
val categories = getCategoryList().map{
val categories = getCategoryList().map {
CategoryImpl().apply {
name = it.name
order = it.order