diff --git a/server/src/stateManagement.mjs b/server/src/stateManagement.mjs index c9dc480..3e84b4e 100644 --- a/server/src/stateManagement.mjs +++ b/server/src/stateManagement.mjs @@ -331,7 +331,7 @@ function handleStaticAndDynamicResult(userId, methodName, params, resp){ resp = { result: result }; - } else {fireboltOpenRpc + } else { // After the result function was called, we're realizing what it returned isn't valid! logInvalidMethodError(methodName, resultErrors, resp); }