Skip to content

Commit

Permalink
lint: remove placeholder comments
Browse files Browse the repository at this point in the history
  • Loading branch information
thywang committed Nov 6, 2023
1 parent 362195b commit 62e13ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/typescript/services/implementations/serviceRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ const Logger = logger(__filename);
class ServiceRequest implements IServiceRequest {
/* eslint-disable class-methods-use-this */

// get method here
async getServiceRequestByID(
requestId: string,
): Promise<Prisma.getServiceRequestByID> {}

// post method here
async postServiceRequest(
serviceRequest: Prisma.serviceRequestCreateInput,
): Promise<Prisma.serviceRequestCreateInput> {}
Expand Down

0 comments on commit 62e13ae

Please sign in to comment.