Remove package export from ProtoBuf scheme
This commit is contained in:
parent
8a1456a48f
commit
8929a8dfed
@ -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…
x
Reference in New Issue
Block a user