Remove package export from ProtoBuf scheme
This commit is contained in:
parent
8a1456a48f
commit
8929a8dfed
1 changed files with 1 additions and 4 deletions
|
|
@ -309,8 +309,5 @@ object DebugFunctions {
|
||||||
runBlocking { handler.await { ehQueries.resetFilteredScanlatorsForAllManga() } }
|
runBlocking { handler.await { ehQueries.resetFilteredScanlatorsForAllManga() } }
|
||||||
}
|
}
|
||||||
|
|
||||||
fun exportProtobufScheme() = ProtoBufSchemaGenerator.generateSchemaText(
|
fun exportProtobufScheme() = ProtoBufSchemaGenerator.generateSchemaText(Backup.serializer().descriptor)
|
||||||
Backup.serializer().descriptor,
|
|
||||||
"eu.kanade.tachiyomi.data.backup.models",
|
|
||||||
)
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue