Skip to content

Commit 69defdf

Browse files
committed
remove plugin message publisher exception
1 parent 813c99e commit 69defdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • stickynote-proxy/stickynote-proxy-velocity/src/main/kotlin/org/sayandev/stickynote/velocity/messaging

stickynote-proxy/stickynote-proxy-velocity/src/main/kotlin/org/sayandev/stickynote/velocity/messaging/PluginMessagePublisher.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ abstract class PluginMessagePublisher<P, S>(
6161
publisher.payloads[result.uniqueId]?.apply {
6262
this.complete(result.typedPayload(resultClass))
6363
publisher.payloads.remove(result.uniqueId)
64-
} ?: throw IllegalStateException("No payload found for uniqueId ${result.uniqueId}")
64+
} /*?: throw IllegalStateException("No payload found for uniqueId ${result.uniqueId}")*/
6565
}
6666
}
6767
}

0 commit comments

Comments
 (0)