Skip to content

Commit

Permalink
ticketing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-g committed Sep 18, 2023
1 parent ff7150e commit 59dbedb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions src/features/sync/sync.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -698,9 +698,6 @@ export class SyncService {
details: flaskNeed.details,
information: flaskNeed.informations,
};
console.log('----------------------------------');
console.log(nestNeed);
console.log(flaskNeed.id);

if (!nestNeed) {
console.log('\x1b[36m%s\x1b[0m', 'Creating The Need ...\n');
Expand Down
4 changes: 2 additions & 2 deletions src/features/ticket/ticket.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ export class TicketController {
body.payments,
body.statuses,
);
return
const createTicketDetails: CreateTicketParams = {

const createTicketDetails: CreateTicketParams = {
title: body.title,
flaskNeedId: body.flaskNeedId,
need: need,
Expand Down

0 comments on commit 59dbedb

Please sign in to comment.