mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-07 13:27:26 +08:00
[F] Fix lateinit issue
This commit is contained in:
@@ -14,9 +14,8 @@ import kotlin.jvm.optionals.getOrNull
|
|||||||
* @author samnyan (privateamusement@protonmail.com)
|
* @author samnyan (privateamusement@protonmail.com)
|
||||||
*/
|
*/
|
||||||
@Service
|
@Service
|
||||||
class CardService {
|
class CardService(val cardRepo: CardRepository)
|
||||||
lateinit var cardRepo: CardRepository
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Find a card by External ID
|
* Find a card by External ID
|
||||||
* @param extId External ID
|
* @param extId External ID
|
||||||
|
|||||||
Reference in New Issue
Block a user