Skip to content
Snippets Groups Projects
Commit 919df113 authored by Inès Yeterian's avatar Inès Yeterian
Browse files

forgot toucan_id is a string

parent bacdbd52
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ db.once("open", function() {
});
toucans.updateMany({}, {"toucan_id": 0});
await toucans.updateMany({}, [ {$set : { 'toucan_id': "0"} } ]);
app.use(cors());
app.use(bodyParser.json());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment