Skip to content

Commit

Permalink
missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
russbiggs committed Jun 21, 2024
1 parent 2295b73 commit a6b52ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetcher/providers/smartsense.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class SmartSenseApi {
measure: measure,
timestamp: new Date(o.timestamp).toISOString()
});
})
});
});
this.fetched = true;
}
Expand Down

0 comments on commit a6b52ad

Please sign in to comment.