diff options
Diffstat (limited to 'db')
| -rw-r--r-- | db/mongo/build_db.js | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/db/mongo/build_db.js b/db/mongo/build_db.js index fb7a611..1994b2e 100644 --- a/db/mongo/build_db.js +++ b/db/mongo/build_db.js @@ -69,11 +69,11 @@ const movies_obj = {  };  const stash_obj = { -  step: "https://spankbang.com/7s3ed/video/sharing+my+curvy+girlfriend+with+my+skinny+stepsis", +  "a b": "c",  };  const manga_obj = { -  "hell's tormentor kraken": "https://manganato.com/manga-or992226", +  e: "f",  };  function inser_into_db(mongo_collection, object) { | 
