mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
fix if cond
This commit is contained in:
@@ -98,8 +98,6 @@ export default class SmsService {
|
||||
// check if auto recharge is enabled and current balance is low.
|
||||
|
||||
if (
|
||||
IsBillingEnabled &&
|
||||
project &&
|
||||
project.enableAutoRechargeSmsOrCallBalance &&
|
||||
project.autoRechargeSmsOrCallByBalanceInUSD &&
|
||||
project.autoRechargeSmsOrCallWhenCurrentBalanceFallsInUSD
|
||||
|
||||
Reference in New Issue
Block a user