Skip to content

Commit 482ff6e

Browse files
committed
Map Index argument from Bolt
1 parent bf3f6e3 commit 482ff6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/scripts/services/Bolt.coffee

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ angular.module('neo4jApp.services')
354354
Rows: plan.rows,
355355
EstimatedRows: plan.arguments.EstimatedRows,
356356
identifiers: plan.identifiers,
357+
Index: plan.arguments.Index,
357358
children: plan.children.map boltPlanToRESTPlanShared
358359
}
359360

0 commit comments

Comments
 (0)