From 77b4b90b89c029f6621fffce1af610cd66ed9d66 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Sun, 19 Jun 2016 22:23:51 +0000 Subject: [PATCH] fix double parse --- svc/parser.js | 1 + 1 file changed, 1 insertion(+) diff --git a/svc/parser.js b/svc/parser.js index 586c8773e..ac5aa4864 100644 --- a/svc/parser.js +++ b/svc/parser.js @@ -157,6 +157,7 @@ function insertStandardParse(match, cb) { type: "parsed", cassandra: cassandra, + skipParse: true, }, cb); }