Skip to content

Commit d278e58

Browse files
committed
undo test 2fa
1 parent 287d627 commit d278e58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

server/nodejs/controllers/util/commonUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function reportError(response, errorStr) {
1313

1414
function parseError(errorStr) {
1515
console.log("Error: " + errorStr);
16-
//transform the RPC Error into a more Syscoin-specific error while maintaining the 500 status TWEAK
16+
//transform the RPC Error into a more Syscoin-specific error while maintaining the 500 status
1717
const rpcErrorStr = "RpcError: 500 "; //with trailing space!
1818
let errObjStartIndex = errorStr.toString().indexOf(rpcErrorStr);
1919
let errObj;

swagger-ui

0 commit comments

Comments
 (0)