mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
chore: linting
This commit is contained in:
parent
0201fd319d
commit
5c8769508f
11 changed files with 71 additions and 61 deletions
|
|
@ -13,9 +13,13 @@ class StripeApiService {
|
|||
createCheckoutSession = async (
|
||||
request: CreateCheckoutSessionRequest
|
||||
): Promise<CreateCheckoutSessionResponse> => {
|
||||
return baseApiService.post("/api/v1/stripe/create-checkout-session", createCheckoutSessionResponse, {
|
||||
body: request,
|
||||
});
|
||||
return baseApiService.post(
|
||||
"/api/v1/stripe/create-checkout-session",
|
||||
createCheckoutSessionResponse,
|
||||
{
|
||||
body: request,
|
||||
}
|
||||
);
|
||||
};
|
||||
|
||||
getPurchases = async (): Promise<GetPagePurchasesResponse> => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue