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 5bc5763 commit ff7150e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/features/sync/sync.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ export class SyncService {
console.log('----------------------------------');
console.log(nestNeed);
console.log(flaskNeed.id);
return

if (!nestNeed) {
console.log('\x1b[36m%s\x1b[0m', 'Creating The Need ...\n');
const needNgo = await this.ngoService.getNgoById(
Expand Down
2 changes: 1 addition & 1 deletion src/features/ticket/ticket.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export class TicketController {
body.payments,
body.statuses,
);

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

0 comments on commit ff7150e

Please sign in to comment.