mirror of
https://github.com/hykilpikonna/AquaDX.git
synced 2026-08-25 18:54:26 -05:00
fix: 🚑 aimedb hotfix
This commit is contained in:
@@ -208,7 +208,7 @@ class AquaUserServices(
|
||||
fun validKeychip(keychipId: Str): Bool {
|
||||
if (!allNetProps.checkKeychip) return true
|
||||
if (keychipId.isBlank()) return false
|
||||
if (userKeychipRepo.existsByKeychipId(keychipId)) return true
|
||||
if (userKeychipRepo.findByKeychipIdStartingWith(keychipId).truthy) return true
|
||||
return false
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user