Skip to content

Commit

Permalink
Merge pull request #172 from BIDMCDigitalPsychiatry/remove-log
Browse files Browse the repository at this point in the history
#fixes remove logs for push notification queue
  • Loading branch information
ZCOEngineer authored Dec 8, 2021
2 parents 309d668 + 18613c7 commit 0bd27e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/queue/PushNotificationQueue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ export function sendNotification(device_token: string, device_type: string, payl
}
})
.catch((e) => {
console.log(`"Error encountered sending APN push notification."--${e}`)
console.log(`Error encountered sending APN push notification-${e}`)
})
} catch (error) {
console.log(`"Error encountered sending APN push notification"-${error}`)
console.log(`Error encountered sending APN push notification-${error}`)
}
break

Expand Down

0 comments on commit 0bd27e7

Please sign in to comment.