Skip to content

Commit

Permalink
Added SunriseSunsetModule
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewpetro committed Feb 15, 2024
1 parent b0fd79d commit 6271a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { AppService } from '@/app.service'
import { ConfigModule } from '@nestjs/config'
import { IrrigationEventsModule } from './irrigation-events/irrigation-events.module'
import { DevtoolsModule } from '@nestjs/devtools-integration'
import { SunriseSunsetModule } from './sunrise-sunset/sunrise-sunset.module';
import { SunriseSunsetModule } from './sunrise-sunset/sunrise-sunset.module'

@Module({
imports: [
Expand Down

0 comments on commit 6271a64

Please sign in to comment.