function setN1GuardNotifyOnly
setN1GuardNotifyOnly(value: boolean | null): void

Switch the N+1 guard between throw (default) and notify-only (production).

Parameters

value: boolean | null

Return Type

void

Usage

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