Skip to content
Snippets Groups Projects
Commit 12968aed authored by Abhishek Y's avatar Abhishek Y
Browse files

Added type support in fulfillment

parent b5e4a77a
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@
"type": fulfillment.type,
"stops": $map( fulfillment.stops, function($gps) {
{
"type": $gps.type,
"location": {
"gps":$gps.location
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment