We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc39f86 commit 47f734dCopy full SHA for 47f734d
src/main/kotlin/infrastructure/api/handlers/ProcessManualEventHandler.kt
@@ -27,7 +27,7 @@ class ProcessManualEventHandler(private val vertx: Vertx) : Handler<RoutingConte
27
routingContext.queryParam("roomId").firstOrNull()?.let { roomId ->
28
routingContext.queryParam("event").firstOrNull()?.let { processEvent ->
29
val event = ProcessEvent(
30
- key = "PROCESS-MANUAL-EVENT",
+ key = "PROCESS_MANUAL_EVENT",
31
dateTime = Instant.now().toString(),
32
data = ProcessEventPayloads.ProcessManualEvent(
33
roomId,
0 commit comments