Skip to content

Commit 377c45a

Browse files
authored
Merge pull request #97648 from iamamar11/patch-1
human error while initializing the object
2 parents 8c3ff2e + 0adf398 commit 377c45a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/cosmos-db/sql/how-to-use-stored-procedures-triggers-udfs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -358,9 +358,9 @@ const container = client.database("myDatabase").container("myContainer");
358358
const triggerId = "trgPreValidateToDoItemTimestamp";
359359
await container.items.create({
360360
category: "Personal",
361-
name = "Groceries",
362-
description = "Pick up strawberries",
363-
isComplete = false
361+
name : "Groceries",
362+
description : "Pick up strawberries",
363+
isComplete : false
364364
}, {preTriggerInclude: [triggerId]});
365365
```
366366

0 commit comments

Comments
 (0)