From f4ba1fbfd27ef34288378c7357c70840c70e10e1 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Mon, 10 Sep 2018 23:56:29 -0400 Subject: [PATCH] wrong operator --- server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.js b/server.js index 13307c8..028969e 100644 --- a/server.js +++ b/server.js @@ -228,7 +228,7 @@ server.get("/doc_add_gl_offset_single", bodyParser.json(), function (inReq, inRe } //add the whole line as-is } - if (bomb = false) { + if (bomb == false) { var ofs = JSON.parse(JSON.stringify(x.header)); ofs.account = ofs.offset_account; delete ofs.offset_account;