Skip to content

Commit

Permalink
fix double parse
Browse files Browse the repository at this point in the history
  • Loading branch information
howardchung committed Jun 19, 2016
1 parent a95f2c3 commit 77b4b90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions svc/parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ function insertStandardParse(match, cb)
{
type: "parsed",
cassandra: cassandra,
skipParse: true,
}, cb);
}

Expand Down

0 comments on commit 77b4b90

Please sign in to comment.