function resetListingAggregateFields
resetListingAggregateFields(
listingId: number,
): Promise<void>

Reset selected listing aggregate columns from booking rows.

Parameters

listingId: number

Return Type

Promise<void>

Usage

import { resetListingAggregateFields } from "docs/database.ts";