This is My Code :
@Delete fun deleteItemFfromCart(model: CartTable) @Query("UPDATE CART SET amount = amount-1 WHERE id = :id") fun updat