[F] oops forgor

pull/88/head
Azalea 2024-11-21 12:16:17 -05:00
parent bbb4185fac
commit a947a81772
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,6 @@ import icu.samnyan.aqua.sega.allnet.KeychipSession
import icu.samnyan.aqua.sega.general.dao.CardRepository
import icu.samnyan.aqua.sega.general.model.Card
import jakarta.persistence.*
import lombok.Builder
import org.springframework.data.jpa.repository.JpaRepository
import org.springframework.security.crypto.password.PasswordEncoder
import org.springframework.stereotype.Service
@ -117,7 +116,8 @@ class AquaUserServices(
val hasher: PasswordEncoder,
val keyChipRepo: KeyChipRepo,
val allNetProps: AllNetProps,
val jwt: JWT
val jwt: JWT,
val em: EntityManager
) {
companion object {
val SETTING_FIELDS = AquaUserServices::class.functions