(private readonly prismaService: PrismaService)
| 5 | @Injectable() |
| 6 | export class BusService { |
| 7 | constructor(private readonly prismaService: PrismaService) {} |
| 8 | async getBusSchedule() { |
| 9 | return { |
| 10 | today: new Date(), |
nothing calls this directly
no outgoing calls
no test coverage detected