Skip to content

Commit 2360fd0

Browse files
committed
edits
1 parent 8e1abf7 commit 2360fd0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

articles/cosmos-db/nosql/how-to-javascript-create-container.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ const { statusCode, container } = await database.containers.createIfNotExists({
5050
// Possible results:
5151
// Create then return container
5252
// Return error statusCode, reason includes container already exists
53-
5453
const { statusCode, container} = await database.containers.create({ id: containerName });
5554
```
5655

0 commit comments

Comments
 (0)