Skip to content

Commit

Permalink
Format index file
Browse files Browse the repository at this point in the history
Signed-off-by: Audrow Nash <[email protected]>
  • Loading branch information
paudrow committed Nov 8, 2021
1 parent 943af6f commit 10b836d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ const getStatusCallback = async (args: Arguments) => {
const status = await getStatus(config);
for (const device of config.fitbit.devices) {
const deviceStatus = status[device.name];
const dayNumber = getDayNumber(currentDate, device.startInterventionDate) + 1;
const dayNumber = getDayNumber(currentDate, device.startInterventionDate) +
1;
let message = `
Device: ${device.name}`;
if ("comment" in deviceStatus) {
Expand Down

0 comments on commit 10b836d

Please sign in to comment.