sgx_jmp.rb 🔗
@@ -950,7 +950,7 @@ Command.new(
reply.command << FormTemplate.render("snikket_launch")
}.then { |response|
domain = response.form.field("domain").value.to_s
- test_instance = response.field("test_instance")&.value.to_s
+ test_instance = response.form.field("test_instance")&.value.to_s
IQ_MANAGER.write(Snikket::Launch.new(
nil, CONFIG[:snikket_hosting_api],
domain: domain, test_instance: test_instance