MCPcopy Create free account
hub / github.com/bsoc-bitbyte/busify / removeConductor

Method removeConductor

backend/src/Bus/bus.service.ts:88–94  ·  view source on GitHub ↗
(conductorId: string)

Source from the content-addressed store, hash-verified

86 }
87
88 async removeConductor(conductorId: string) {
89 return this.prismaService.conductor.delete({
90 where: {
91 id: conductorId,
92 },
93 });
94 }
95
96 async createSchedule(schedule: any) {
97 const bus = await this.prismaService.bus.findFirst({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected