fix: 何故かabstract classがBean登録されていたのを修正

This commit is contained in:
usbharu 2023-12-07 16:32:25 +09:00
parent 62a65d1c16
commit 434d786fb4
Signed by: usbharu
GPG Key ID: 6556747BF94EEBC8
1 changed files with 0 additions and 2 deletions

View File

@ -7,9 +7,7 @@ import dev.usbharu.hideout.activitypub.domain.model.objects.Object
import dev.usbharu.hideout.application.external.Transaction
import org.slf4j.Logger
import org.slf4j.LoggerFactory
import org.springframework.stereotype.Service
@Service
abstract class AbstractActivityPubProcessor<T : Object>(
private val transaction: Transaction,
private val allowUnauthorized: Boolean = false