mirror of
https://github.com/kevin-DL/services.git
synced 2026-03-10 21:34:37 +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