diff --git a/server/workspace/src/__create.ts b/server/workspace/src/__create.ts index f73f9c3e10..2390e7ba7f 100644 --- a/server/workspace/src/__create.ts +++ b/server/workspace/src/__create.ts @@ -32,5 +32,3 @@ console.log('creating model...') createModel(url, db).then(rows => { console.log(`done, ${rows} rows inserted.`) }).catch(error => { console.error(error) }) - -// mongodb+srv://dbUser:ZfVAdSSnw9myvd70@cluster0.fyeho.mongodb.net/?retryWrites=true&w=majority \ No newline at end of file