Record Payments Intents
This commit is contained in:
@@ -5,6 +5,7 @@ const DBName = "EMI_SOCIAL";
|
||||
const mongoUrl = process.env.MONGO_URL;
|
||||
const postDB = require("./dbTools/post.js");
|
||||
const profileDB = require("./dbTools/profile.js");
|
||||
const paymentDB = require("./dbTools/payments.js")
|
||||
|
||||
|
||||
const getDB = new Promise((resolve, reject) => {
|
||||
@@ -107,6 +108,7 @@ const getDB = new Promise((resolve, reject) => {
|
||||
|
||||
postDB(DB);
|
||||
profileDB(DB);
|
||||
paymentDB(DB);
|
||||
|
||||
resolve(DB);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user