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

Method constructor

backend/src/ticket/ticket.service.ts:7–7  ·  view source on GitHub ↗
(private readonly prismaService: PrismaService)

Source from the content-addressed store, hash-verified

5@Injectable()
6export class TicketService {
7 constructor(private readonly prismaService: PrismaService) {}
8 async createTicket(orderId: string, passengerEmail: {emailID: string}[]) {
9 try {
10 const order = await this.prismaService.order.findUnique({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected