aboutsummaryrefslogtreecommitdiffstats
path: root/db/mongo/build_db.js
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-12-02 17:52:42 +0000
committerterminaldweller <thabogre@gmail.com>2022-12-02 17:52:42 +0000
commit674f40d027ece13daa78ef2a7d69c79f4198368a (patch)
tree2bcc0e41e5064b62d18bb376a5ecf0d760b6f13d /db/mongo/build_db.js
parentupdate (diff)
downloadscripts-674f40d027ece13daa78ef2a7d69c79f4198368a.tar.gz
scripts-674f40d027ece13daa78ef2a7d69c79f4198368a.zip
update
Diffstat (limited to 'db/mongo/build_db.js')
-rw-r--r--db/mongo/build_db.js2
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",
},
}
);