Skip to content

Commit

Permalink
Renamed viewmodel interface file
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewpetro committed Feb 6, 2024
1 parent 16e5646 commit b063d88
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/irrigation-events/viewmodel-transform.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Injectable } from '@nestjs/common'
import { roundToNearestMinutes } from 'date-fns'
import { IrrigationEventDocument } from './interfaces/irrigation-event-document.interface'
import { DeviceStates } from './interfaces/device-states.interface'
import { IrrigationEventViewmodel } from './interfaces/irrigation-event-viewmodel'
import { IrrigationEventViewmodel } from './interfaces/irrigation-event-viewmodel.interface'
import { DeviceState } from './enums/device-state.interface'
import { Warning } from './enums/warning.interface'

Expand Down

0 comments on commit b063d88

Please sign in to comment.