diff --git a/src/main/kotlin/dev/usbharu/hideout/service/ap/APNoteService.kt b/src/main/kotlin/dev/usbharu/hideout/service/ap/APNoteService.kt index 89c31eae..663b2d57 100644 --- a/src/main/kotlin/dev/usbharu/hideout/service/ap/APNoteService.kt +++ b/src/main/kotlin/dev/usbharu/hideout/service/ap/APNoteService.kt @@ -80,7 +80,9 @@ class APNoteServiceImpl( val actor = props[DeliverPostJob.actor] val postEntity = objectMapper.readValue(props[DeliverPostJob.post]) val mediaList = - objectMapper.readValue>(props[DeliverPostJob.media]) + objectMapper.readValue>( + props[DeliverPostJob.media] + ) val note = Note( name = "Note", id = postEntity.url,