Skip to content

Commit

Permalink
Remove formatStartReading from ViewReturnLogPresenter requires
Browse files Browse the repository at this point in the history
`ViewReturnLogPresenter` brings in `formatStartReading` which no longer exists, so we remove it.
  • Loading branch information
StuAA78 committed Jan 15, 2025
1 parent 94fddae commit 2c51400
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/presenters/return-logs/view-return-log.presenter.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
const { formatAbstractionPeriod, formatLongDate, formatNumber } = require('../base.presenter.js')
const {
formatMeterDetails,
formatStartReading,
generateSummaryTableHeaders,
generateSummaryTableRows
} = require('./base-return-logs.presenter.js')
Expand Down

0 comments on commit 2c51400

Please sign in to comment.