Skip to content

Commit

Permalink
Update parser.js
Browse files Browse the repository at this point in the history
  • Loading branch information
howardchung authored Jun 25, 2016
1 parent 9c33cfc commit 5ed309c
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 @@ -91,6 +91,7 @@ pQueue.process(config.PARSER_PARALLELISM, function(job, cb)
parsed_data.start_time = match.start_time;
parsed_data.duration = match.duration;
parsed_data.replay_blob_key = match.replay_blob_key;
parsed_data.doLogParse = match.doLogParse;
if (match.replay_blob_key)
{
insertUploadedParse(parsed_data, cb);
Expand Down

0 comments on commit 5ed309c

Please sign in to comment.