Skip to content

Commit

Permalink
expection added
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-g committed May 31, 2024
1 parent 3e29c02 commit 95db0b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/features/campaign/campaign.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ export class CampaignService {
flaskUser.firstName ? flaskUser.firstName : flaskUser.userName
}، شما در حال حاضر سرپرستی هیچ کودکی را ندارید، برای گسترش خانواده مجازی‌تان: ${shortNeedUrl} \n لغو۱۱`;
try {
sleep(50000);
await sleep(50000);
console.log('Woke Up...');

smsResult = await this.smsRest.send(to, from, text);
Expand Down Expand Up @@ -541,7 +541,7 @@ export class CampaignService {
};

try {
sleep(50000);
await sleep(50000);
console.log('Woke Up...');
smsResult = await this.smsRest.send(to, from, text);
} catch (e) {
Expand Down

0 comments on commit 95db0b3

Please sign in to comment.