Skip to content

Commit

Permalink
Test update to "service" microservice to check that only its workflow…
Browse files Browse the repository at this point in the history
… is invoked.
  • Loading branch information
ashleydavis committed Sep 7, 2022
1 parent 029ea24 commit 21c899b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions service/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ function startServer() {

async function main() {

console.log("Starting!");

const client = await mongodb.MongoClient.connect(DBHOST);
const db = client.db("mydb");

Expand Down

0 comments on commit 21c899b

Please sign in to comment.