diff options
| author | terminaldweller <devi@terminaldweller.com> | 2023-03-18 09:21:31 +0000 | 
|---|---|---|
| committer | terminaldweller <devi@terminaldweller.com> | 2023-03-18 09:21:31 +0000 | 
| commit | e0f99ff9980aec94ddf9c1acf191f3001f5060ca (patch) | |
| tree | 6a8139d8ea4e915413b2d33a5af0d36bc1c5a001 /db/mongo | |
| parent | updates (diff) | |
| download | scripts-e0f99ff9980aec94ddf9c1acf191f3001f5060ca.tar.gz scripts-e0f99ff9980aec94ddf9c1acf191f3001f5060ca.zip | |
updates
Diffstat (limited to 'db/mongo')
| -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) { | 
