diff --git a/account/src/lib/couch-db.ts b/account/src/lib/couch-db.ts index 8940612..334a8d0 100644 --- a/account/src/lib/couch-db.ts +++ b/account/src/lib/couch-db.ts @@ -69,8 +69,8 @@ export async function getAllFeedback(): Promise { const res = await feedbackDb.find({ selector: { feedback: { $exists: true }, - limit: 5000, }, + limit: 5000, }); console.log(res); const docs = res.docs;