feat: enhance password generation method; improve connection pooling logic in DatabasePlugin; update test cases with correct tokens
This commit is contained in:
@ -36,13 +36,13 @@ import runQuery from "../functions/runQuery";
|
||||
|
||||
// const payloadPath = path.join(__dirname, "case1-payload.js");
|
||||
// const query = await createQuery(
|
||||
// { token: "c69c2c75-9b30-4aa5-9641-0a931f5aad40" },
|
||||
// { token: "04c38f93-f2fb-4d2c-a8e2-791effa35239" },
|
||||
// fs.readFileSync(payloadPath, { encoding: "utf-8" })
|
||||
// );
|
||||
|
||||
// console.log(query);
|
||||
|
||||
const result = await runQuery("66e651f0-261b-4ebd-9749-077abffaddc2", {
|
||||
const result = await runQuery("9468cf88-24f6-436a-bf42-27827329111e", {
|
||||
id: 1,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user