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); }