function updateSquareLocationId
updateSquareLocationId(locationId: string): Promise<void>

Store Square location ID (plaintext - not sensitive)

Parameters

locationId: string

Return Type

Promise<void>

Usage

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