mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-23 07:42:10 +00:00
fix fmt in billing service
This commit is contained in:
parent
8110cca424
commit
4b49297e2a
@ -543,7 +543,9 @@ export class BillingService {
|
||||
public static async voidInvoice(
|
||||
invoiceId: string
|
||||
): Promise<Stripe.Invoice> {
|
||||
const invoice: Stripe.Invoice = await this.stripe.invoices.voidInvoice(invoiceId);
|
||||
const invoice: Stripe.Invoice = await this.stripe.invoices.voidInvoice(
|
||||
invoiceId
|
||||
);
|
||||
|
||||
return invoice;
|
||||
}
|
||||
|
@ -59,7 +59,6 @@ import './Jobs/StatusPageOwners/SendCreatedResourceEmail';
|
||||
import './Jobs/StatusPageOwners/SendOwnerAddedEmail';
|
||||
import './Jobs/StatusPageOwners/SendAnnouncementCreatedEmail';
|
||||
|
||||
|
||||
const APP_NAME: string = 'workers';
|
||||
|
||||
const app: ExpressApplication = Express.getExpressApp();
|
||||
|
Loading…
Reference in New Issue
Block a user