This commit is contained in:
adueck 2023-08-28 15:07:18 +04:00
parent e5e88bb1f3
commit 9092d0f4d4
1 changed files with 1 additions and 1 deletions

View File

@ -69,8 +69,8 @@ export async function getAllFeedback(): Promise<any[]> {
const res = await feedbackDb.find({
selector: {
feedback: { $exists: true },
limit: 5000,
},
limit: 5000,
});
console.log(res);
const docs = res.docs;