From 09a458a43b5b84cb80a4d8a9072f4b6083e8950d Mon Sep 17 00:00:00 2001 From: Filip Leonarski Date: Tue, 14 Apr 2026 15:44:08 +0200 Subject: [PATCH] JFJochServices: Fix return XFEL event code --- broker/JFJochServices.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/broker/JFJochServices.cpp b/broker/JFJochServices.cpp index 46173239..23607d95 100644 --- a/broker/JFJochServices.cpp +++ b/broker/JFJochServices.cpp @@ -228,7 +228,7 @@ void JFJochServices::GetXFELPulseID(std::vector &v) const { void JFJochServices::GetXFELEventCode(std::vector &v) const { if (receiver) - receiver->GetXFELPulseID(v); + receiver->GetXFELEventCode(v); } std::vector JFJochServices::GetDeviceStatus() const {