mirror of https://github.com/usbharu/Hideout.git
Update src/main/kotlin/dev/usbharu/hideout/activitypub/service/activity/delete/APDeleteProcessor.kt
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
6655537a2b
commit
57a5a92ee5
|
@ -46,7 +46,6 @@ class APDeleteProcessor(
|
||||||
postService.deleteRemote(post)
|
postService.deleteRemote(post)
|
||||||
} catch (e: FailedToGetResourcesException) {
|
} catch (e: FailedToGetResourcesException) {
|
||||||
logger.warn("FAILED delete id: {} is not found.", deleteId, e)
|
logger.warn("FAILED delete id: {} is not found.", deleteId, e)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue