Skip to content

Commit cb6e54c

Browse files
committed
Added an import to help with challenge (just need to add new ObjectId(), no need to import anything)
1 parent 72a3d29 commit cb6e54c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

javascript/30_insert.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@
120120
"metadata": {},
121121
"outputs": [],
122122
"source": [
123+
"import { ObjectId } from \"npm:mongodb\";\n",
124+
"\n",
123125
"const book = { _id: };\n",
124126
"const cursor = await books.find(book);\n",
125127
"\n",

0 commit comments

Comments
 (0)