feat: fix mongodb call in databaseReadWithReadCredentials (unused)
This commit is contained in:
parent
164f996f41
commit
806ec3ee51
|
@ -142,11 +142,11 @@ export async function databaseReadWithReadCredentials({ group }) {
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
mongoDocName = `${group}-questions`;
|
mongoDocName = `${group}-questions`;
|
||||||
// responseMongo = mongoRemongoReadWithReadCredentialsad(
|
responseMongo = mongoReadWithReadCredentials(
|
||||||
// mongoDocName,
|
mongoDocName,
|
||||||
// "metaforecastCollection",
|
"metaforecastCollection",
|
||||||
// "metaforecastDatabase"
|
"metaforecastDatabase"
|
||||||
// );
|
);
|
||||||
responsePg = await pgReadWithReadCredentials({
|
responsePg = await pgReadWithReadCredentials({
|
||||||
schema: "latest",
|
schema: "latest",
|
||||||
tableName: group,
|
tableName: group,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user