Skip to content

Commit

Permalink
Map Index argument from Bolt
Browse files Browse the repository at this point in the history
oskarhane committed May 16, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
@@ -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
}

0 comments on commit 482ff6e

Please sign in to comment.