mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-21 23:15:06 +00:00
pricing is int64 which means string
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
"icon": "🏠",
|
"icon": "🏠",
|
||||||
"category": "logistics",
|
"category": "logistics",
|
||||||
"pricing": {
|
"pricing": {
|
||||||
"lookup": 100,
|
"lookup": "100",
|
||||||
"reverse": 100
|
"reverse": "100"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user