Skip to content

Commit

Permalink
Map Index argument from Bolt
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarhane committed May 16, 2016
1 parent bf3f6e3 commit 482ff6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/scripts/services/Bolt.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ angular.module('neo4jApp.services')
Rows: plan.rows,
EstimatedRows: plan.arguments.EstimatedRows,
identifiers: plan.identifiers,
Index: plan.arguments.Index,
children: plan.children.map boltPlanToRESTPlanShared
}

Expand Down

0 comments on commit 482ff6e

Please sign in to comment.