mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-06-30 09:24:34 -05:00
fix typo
This commit is contained in:
@@ -113,7 +113,7 @@ object Extension {
|
||||
val apkFilePath = fetcher()
|
||||
val apkName = Uri.parse(apkFilePath).lastPathSegment!!
|
||||
|
||||
// TODO: handle the whole apk signature, and trusting bossiness
|
||||
// TODO: handle the whole apk signature, and trusting business
|
||||
|
||||
val extensionRecord: ResultRow = transaction {
|
||||
ExtensionTable.select { ExtensionTable.apkName eq apkName }.firstOrNull()
|
||||
|
||||
Reference in New Issue
Block a user