lint
This commit is contained in:
@@ -613,11 +613,7 @@ export class CartService {
|
||||
/**
|
||||
* Set table number for cart
|
||||
*/
|
||||
async setTableNumber(
|
||||
userId: string,
|
||||
restaurantId: string,
|
||||
setTableNumberDto: SetTableNumberDto,
|
||||
): Promise<Cart> {
|
||||
async setTableNumber(userId: string, restaurantId: string, setTableNumberDto: SetTableNumberDto): Promise<Cart> {
|
||||
const cart = await this.findOneOrFail(userId, restaurantId);
|
||||
|
||||
// If delivery method is set, validate that table number is required for DineIn
|
||||
|
||||
Reference in New Issue
Block a user