mirror of
https://github.com/He4eT/simple-spaceapi.git
synced 2026-05-05 01:47:24 +00:00
SpaceAPI: sensors: network_traffic: messed types
This commit is contained in:
parent
7c8fa7755d
commit
30fb47901a
1 changed files with 1 additions and 1 deletions
|
|
@ -369,7 +369,7 @@ export default ({ strapi }: { strapi: Core.Strapi }) => ({
|
|||
)
|
||||
).map(
|
||||
(sensor: {
|
||||
properties: { bits_per_second: number; packets_per_second: number };
|
||||
properties: { bits_per_second: object; packets_per_second: object };
|
||||
}) => {
|
||||
const { properties, ...rest } = sensor;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue