chore: more usages of peer dependency

This commit is contained in:
Rafael Taranto 2023-10-05 23:50:11 +01:00
parent 294db780b3
commit 241ce5ef54
3 changed files with 4 additions and 15 deletions

View file

@ -103,8 +103,6 @@ function formatSmsReceipt (data, options) {
const timestamp = `${(new Date()).toISOString().substring(11, 19)} UTC`
//`10:46:21 PM UTC`
const postReceiptSmsPromise = getSms(RECEIPT, data.customerPhone, { timestamp })
return Promise.all([smsNotices.getSMSNotice(RECEIPT), postReceiptSmsPromise])