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 eb38aca commit 5bc5763
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 5bc5763

Please sign in to comment.