Skip to content

Commit

Permalink
removed formattng
Browse files Browse the repository at this point in the history
  • Loading branch information
kdivya153 committed May 21, 2024
1 parent 38cf7a3 commit 6909968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/stateManagement.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 6909968

Please sign in to comment.