diff options
author | terminaldweller <thabogre@gmail.com> | 2022-12-02 17:52:42 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-12-02 17:52:42 +0000 |
commit | 674f40d027ece13daa78ef2a7d69c79f4198368a (patch) | |
tree | 2bcc0e41e5064b62d18bb376a5ecf0d760b6f13d /db/mongo/build_db.js | |
parent | update (diff) | |
download | scripts-674f40d027ece13daa78ef2a7d69c79f4198368a.tar.gz scripts-674f40d027ece13daa78ef2a7d69c79f4198368a.zip |
update
Diffstat (limited to 'db/mongo/build_db.js')
-rw-r--r-- | db/mongo/build_db.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/mongo/build_db.js b/db/mongo/build_db.js index 2483347..a50162e 100644 --- a/db/mongo/build_db.js +++ b/db/mongo/build_db.js @@ -92,7 +92,7 @@ db.mangas.updateOne( { _id: mangas_id }, { $set: { - "gantz:e": "https://manganato.com/manga-ho984623", + "at the mountains of madness": "https://manganato.com/manga-ct979576", }, } ); |