chore: more usages of peer dependency
This commit is contained in:
parent
294db780b3
commit
241ce5ef54
3 changed files with 4 additions and 15 deletions
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue