From 14a6ba586af6fc0e7be9b9fd8f0d021a00b7d2a6 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Mon, 22 Dec 2025 11:19:25 -0500 Subject: [PATCH] Fixes command parser --- .../nip01Core/relay/commands/toRelay/CommandDeserializer.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz/src/jvmAndroid/kotlin/com/vitorpamplona/quartz/nip01Core/relay/commands/toRelay/CommandDeserializer.kt b/quartz/src/jvmAndroid/kotlin/com/vitorpamplona/quartz/nip01Core/relay/commands/toRelay/CommandDeserializer.kt index 268f20d2e..154b19083 100644 --- a/quartz/src/jvmAndroid/kotlin/com/vitorpamplona/quartz/nip01Core/relay/commands/toRelay/CommandDeserializer.kt +++ b/quartz/src/jvmAndroid/kotlin/com/vitorpamplona/quartz/nip01Core/relay/commands/toRelay/CommandDeserializer.kt @@ -55,7 +55,7 @@ class CommandDeserializer : StdDeserializer(Command::class.java) { } ReqCmd( - subId = jp.nextTextValue(), + subId = subId, filters = filters, ) }