[ci] format
This commit is contained in:
parent
7fd49f1887
commit
3575a10634
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ export async function getCart(incomingReq: Request): Promise<Cart> {
|
|||
});
|
||||
}
|
||||
|
||||
export async function addToUserCart( id: number | string, name: string): Promise<void> {
|
||||
export async function addToUserCart(id: number | string, name: string): Promise<void> {
|
||||
await fetch(`${location.origin}/api/cart`, {
|
||||
credentials: 'same-origin',
|
||||
method: 'POST',
|
||||
|
|
Loading…
Reference in a new issue