mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 09:57:38 +00:00
chore(notification): additional ca carriers (#248)
This commit is contained in:
+6
-1
@@ -74,7 +74,12 @@ const notifications = {
|
||||
['sprint', 'messaging.sprintpcs.com'],
|
||||
['telus', 'msg.telus.com'],
|
||||
['tmobile', 'tmomail.net'],
|
||||
['verizon', 'vtext.com']
|
||||
['verizon', 'vtext.com'],
|
||||
['bell', 'txt.bell.ca'],
|
||||
['fido', 'fido.ca'],
|
||||
['rogers', 'pcs.rogers.com'],
|
||||
['kudo', 'msg.koodomobile.com'],
|
||||
['virgin', 'vmobile.ca']
|
||||
]),
|
||||
carrier: envOrString(process.env.PHONE_CARRIER),
|
||||
number: envOrString(process.env.PHONE_NUMBER)
|
||||
|
||||
Reference in New Issue
Block a user