From 674f40d027ece13daa78ef2a7d69c79f4198368a Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Fri, 2 Dec 2022 21:22:42 +0330 Subject: update --- db/mongo/build_db.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db') 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", }, } ); -- cgit v1.2.3