[ci] format

This commit is contained in:
matthewp 2022-03-29 13:18:35 +00:00 committed by GitHub Actions
parent 7fd49f1887
commit 3575a10634

View file

@ -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',