mirror of
https://github.com/He4eT/simple-spaceapi.git
synced 2026-09-17 15:11:00 +00:00
SpaceAPI: network_traffic: BigInt no more
This commit is contained in:
parent
781aef6643
commit
f6887ba417
4 changed files with 13 additions and 9 deletions
|
|
@ -350,7 +350,7 @@ export default ({ strapi }: { strapi: Core.Strapi }) => ({
|
|||
'description',
|
||||
'lastchange',
|
||||
],
|
||||
['properties.bits_per_second', 'properties.packets_per_second'],
|
||||
['properties', 'properties.bits_per_second', 'properties.packets_per_second'],
|
||||
)
|
||||
).map(
|
||||
(sensor: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue