mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 23:30:10 +00:00
billign
This commit is contained in:
parent
18dba95d2b
commit
2bdbd7173f
@ -38,7 +38,7 @@ export default class UserAPI extends BaseAPI<
|
||||
try {
|
||||
if (!IsBillingEnabled) {
|
||||
throw new BadDataException(
|
||||
'Billign is not enabled for this server'
|
||||
'Billing is not enabled for this server'
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -35,7 +35,7 @@ export default class UserAPI extends BaseAPI<
|
||||
try {
|
||||
if (!IsBillingEnabled) {
|
||||
throw new BadDataException(
|
||||
'Billign is not enabled for this server'
|
||||
'Billing is not enabled for this server'
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user