Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
fix(ttn): Type error in integration
Browse files Browse the repository at this point in the history
  • Loading branch information
ff6347 committed Mar 17, 2022
1 parent c5582bd commit fee8c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integrations/ttn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ const ttn: FastifyPluginAsync = async (fastify) => {
.from<definitions["records"]>("records")
.insert([
{
measurements: `{${measurements.join(",")}}`,
measurements: measurements,
recorded_at: received_at,
sensor_id: sensors[0].id,
},
Expand Down

0 comments on commit fee8c6f

Please sign in to comment.