Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vokkim committed Feb 11, 2020
1 parent 17522d0 commit 58abbd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ const performUnitConversions = (data) => {
const createDelta = (data) => ({
updates: [
{
'source': 'ruuvitag.' + data.name,
'$source': 'ruuvitag.' + data.name,
values: [
{
path: `environment.${data.location}.humidity`,
Expand Down

0 comments on commit 58abbd1

Please sign in to comment.