Skip to content

Commit

Permalink
a little comment
Browse files Browse the repository at this point in the history
  • Loading branch information
abgita committed Sep 22, 2020
1 parent f1864f2 commit 87ebb16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mongo-wrapper.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"use strict";

/* A tiny mongodb wrapper */

const { MongoClient } = require( "mongodb" );

let client, database;
Expand Down

0 comments on commit 87ebb16

Please sign in to comment.