function adjustListingIncome
adjustListingIncome(
listingId: number,
targetIncome: number,
): Promise<void>

Correct projected listing income to the requested amount.

Parameters

listingId: number
targetIncome: number

Return Type

Promise<void>

Usage

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