From 5675dbb8b01217db900d8377c582eec7386d61e3 Mon Sep 17 00:00:00 2001 From: FreePhoenix888 Date: Thu, 15 Feb 2024 13:28:15 +0600 Subject: [PATCH] Add remarks to `update` --- imports/client.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/imports/client.tsx b/imports/client.tsx index d2beab8c..94a84eed 100644 --- a/imports/client.tsx +++ b/imports/client.tsx @@ -809,6 +809,9 @@ export class DeepClient = Link> implements DeepCl * @param options An object with options for the insert operation * @returns A promise that resolves to the inserted object or an array of inserted objects with the fields configured by {@link options.returning} which is by default 'id' * + * @remarks + * If a link already has value you should update its value, not insert + * * @example * #### Insert Type * ```