Skip to content

Commit

Permalink
fix(db): export bbox subscription with username instead of user id
Browse files Browse the repository at this point in the history
  • Loading branch information
flosse committed Jan 18, 2018
1 parent e04ef9d commit dc623c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cypher_export_queries/bbox_subscriptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
n.south_west_lng as south_west_lng,
n.north_east_lat as north_east_lat,
n.north_east_lng as north_east_lng,
u.id as user_id"
u.username as username"
}
]
}

0 comments on commit dc623c5

Please sign in to comment.