pricing is int64 which means string

This commit is contained in:
Asim Aslam
2021-05-27 17:55:53 +01:00
parent 3a77fc86ff
commit c7619c185f

View File

@@ -3,7 +3,7 @@
"icon": "🏠", "icon": "🏠",
"category": "logistics", "category": "logistics",
"pricing": { "pricing": {
"lookup": 100, "lookup": "100",
"reverse": 100 "reverse": "100"
} }
} }