Update src/main/kotlin/dev/usbharu/hideout/activitypub/service/objects/note/APNoteService.kt

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
usbharu 2023-11-02 12:44:44 +09:00 committed by GitHub
parent 5ddec3d981
commit 3d47d15f5d
1 changed files with 0 additions and 1 deletions

View File

@ -137,7 +137,6 @@ class APNoteServiceImpl(
} catch (_: FailedToGetResourcesException) {
saveNote(note, targetActor, url)
}
}
private suspend fun saveNote(note: Note, targetActor: String?, url: String): Note {