Skip to content

Commit

Permalink
chore: fixed linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
santilland committed Dec 20, 2024
1 parent c7acc87 commit 107d9bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/config/trilateral.js
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ export const globalIndicators = [
indicatorObject: {
indicator: 'SLSTR1',
display: {
dateFormatFunction: (date) => `${DateTime.fromISO(date).set({ hour: 0, minute: 0, second: 0 }).toFormat("yyyy-MM-dd'T'HH:mm:ss")}/${DateTime.fromISO(date).set({ hour: 23, minute: 59, second: 0 }).toFormat("yyyy-MM-dd'T'HH:mm:ss")}`
dateFormatFunction: (date) => `${DateTime.fromISO(date).set({ hour: 0, minute: 0, second: 0 }).toFormat("yyyy-MM-dd'T'HH:mm:ss")}/${DateTime.fromISO(date).set({ hour: 23, minute: 59, second: 0 }).toFormat("yyyy-MM-dd'T'HH:mm:ss")}`,
},
},
},
Expand Down

0 comments on commit 107d9bf

Please sign in to comment.