chore: remove unused
This commit is contained in:
parent
557254eb19
commit
c29ec941ca
1 changed files with 1 additions and 1 deletions
|
|
@ -793,7 +793,7 @@ export class QuotationController extends Controller {
|
||||||
|
|
||||||
@Delete("{quotationId}")
|
@Delete("{quotationId}")
|
||||||
@Security("keycloak", MANAGE_ROLES)
|
@Security("keycloak", MANAGE_ROLES)
|
||||||
async deleteQuotationById(@Request() req: RequestWithUser, @Path() quotationId: string) {
|
async deleteQuotationById(@Path() quotationId: string) {
|
||||||
const record = await prisma.quotation.findUnique({
|
const record = await prisma.quotation.findUnique({
|
||||||
where: { id: quotationId },
|
where: { id: quotationId },
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue