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;
|
||||
default:
|
||||
mongoDocName = `${group}-questions`;
|
||||
// responseMongo = mongoRemongoReadWithReadCredentialsad(
|
||||
// mongoDocName,
|
||||
// "metaforecastCollection",
|
||||
// "metaforecastDatabase"
|
||||
// );
|
||||
responseMongo = mongoReadWithReadCredentials(
|
||||
mongoDocName,
|
||||
"metaforecastCollection",
|
||||
"metaforecastDatabase"
|
||||
);
|
||||
responsePg = await pgReadWithReadCredentials({
|
||||
schema: "latest",
|
||||
tableName: group,
|
||||
|
|
Loading…
Reference in New Issue
Block a user